summaryrefslogtreecommitdiff
path: root/www/contao43
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-12-23 23:02:13 +0000
committerjoerg <joerg@pkgsrc.org>2016-12-23 23:02:13 +0000
commit664ba03c913c3e38aee4f90d018940c259b5c163 (patch)
treefd94ce7572cacf2647b786cd895bd861798b85d7 /www/contao43
parent62f6e88def8d58fbb258005a68e68febfefe18ef (diff)
downloadpkgsrc-664ba03c913c3e38aee4f90d018940c259b5c163.tar.gz
Restrict supported PHP versions to the list of security/php-mcrypt.
Diffstat (limited to 'www/contao43')
-rw-r--r--www/contao43/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/contao43/Makefile b/www/contao43/Makefile
index 0595a7c1c63..9dabe2d9a77 100644
--- a/www/contao43/Makefile
+++ b/www/contao43/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/12/05 14:48:24 taca Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/23 23:02:13 joerg Exp $
#
DISTNAME= contao-${CT_PKGVER}
@@ -24,6 +24,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= 4.3.0
USE_TOOLS= bash pax
NO_BUILD= yes