summaryrefslogtreecommitdiff
path: root/www/php-concrete5
diff options
context:
space:
mode:
authorjoerg <joerg>2016-12-23 23:02:13 +0000
committerjoerg <joerg>2016-12-23 23:02:13 +0000
commitb2c102a1adfc9ead0d856e87c5bad22e5954e35e (patch)
treeddcaae701537c0cada726125bf1b8664231d73c9 /www/php-concrete5
parent617a064a0b78c828eab1ed8d003bbcea8e6484a1 (diff)
downloadpkgsrc-b2c102a1adfc9ead0d856e87c5bad22e5954e35e.tar.gz
Restrict supported PHP versions to the list of security/php-mcrypt.
Diffstat (limited to 'www/php-concrete5')
-rw-r--r--www/php-concrete5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/php-concrete5/Makefile b/www/php-concrete5/Makefile
index 62d823fc157..306319e46c2 100644
--- a/www/php-concrete5/Makefile
+++ b/www/php-concrete5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/02/07 07:31:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/23 23:02:13 joerg Exp $
#
DISTNAME= concrete5.7.5.6
@@ -22,6 +22,9 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.3:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.3.3:../../converters/php-iconv
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.3.3:../../converters/php-mbstring
+# mcrypt is deprecated and removed in 7.1.x
+PHP_VERSIONS_ACCEPTED= 56 70
+
USE_LANGUAGES= # none
NO_BUILD= yes