summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-12-16 02:59:43 +0000
committertaca <taca@pkgsrc.org>2018-12-16 02:59:43 +0000
commit850c8fdc46ad9bcdcd39feed042637a82929110b (patch)
treefa96f50ec425e940c4a74cfa79b35b15dd5d1a13
parenteaa466e326150ccb12465e70569299e1e05d52eb (diff)
downloadpkgsrc-850c8fdc46ad9bcdcd39feed042637a82929110b.tar.gz
www/php-concrete5: restrict PHP version
Concrete5 version 7 (5.7.5.13) dose not support PHP 7.2 and later.
-rw-r--r--www/php-concrete5/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php-concrete5/Makefile b/www/php-concrete5/Makefile
index bbe0b3a28af..a8bba542dcc 100644
--- a/www/php-concrete5/Makefile
+++ b/www/php-concrete5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/05/28 11:45:42 taca Exp $
+# $NetBSD: Makefile,v 1.18 2018/12/16 02:59:43 taca Exp $
#
DISTNAME= concrete5.7.5.13
@@ -30,6 +30,8 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER
C5DIR= share/concrete5
INSTALLATION_DIRS= ${C5DIR}
+PHP_VERSIONS_ACCEPTED= 56 70 71
+
.include "../../lang/php/phpversion.mk"
.if ${PKG_PHP_VERSION} == "56" || ${PKG_PHP_VERSION} == "70"