summaryrefslogtreecommitdiff
path: root/www/contao35/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2016-12-23 23:02:13 +0000
committerjoerg <joerg>2016-12-23 23:02:13 +0000
commit847d4087153e08bffe738507866bc09c3fd8a12d (patch)
treeddcaae701537c0cada726125bf1b8664231d73c9 /www/contao35/Makefile
parent446a69786f0ce27af8e2a5e11442a281b687e041 (diff)
downloadpkgsrc-847d4087153e08bffe738507866bc09c3fd8a12d.tar.gz
Restrict supported PHP versions to the list of security/php-mcrypt.
Diffstat (limited to 'www/contao35/Makefile')
-rw-r--r--www/contao35/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/contao35/Makefile b/www/contao35/Makefile
index d1c09aaf29d..3d9943ae39c 100644
--- a/www/contao35/Makefile
+++ b/www/contao35/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/12/20 21:08:29 taca Exp $
+# $NetBSD: Makefile,v 1.21 2016/12/23 23:02:13 joerg Exp $
#
DISTNAME= contao-${CT_PKGVER}
@@ -23,6 +23,9 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
DEPENDS+= bash>=4.0:../../shells/bash
+# mcrypt is deprecated and removed in PHP 7.1.x
+PHP_VERSIONS_ACCEPTED= 56 70
+
CT_VERSION= 3.5.20
USE_TOOLS= bash pax
NO_BUILD= yes