diff options
author | taca <taca@pkgsrc.org> | 2019-12-15 18:24:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-12-15 18:24:32 +0000 |
commit | 845bd22cb0434af5866b12a75a7fe5ebba18cce6 (patch) | |
tree | e2936101399e378a3f2d190cc5081f69e89b2023 /www/drupal7/Makefile | |
parent | 0535273e2e11ac57009e4016ad77a5aa2b672e36 (diff) | |
download | pkgsrc-845bd22cb0434af5866b12a75a7fe5ebba18cce6.tar.gz |
www: mark packages do not support php74
Explicitly specify supporting versions of PHP.
Diffstat (limited to 'www/drupal7/Makefile')
-rw-r--r-- | www/drupal7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 35ed7038d09..c8d767d925d 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2019/11/04 22:09:53 rillig Exp $ +# $NetBSD: Makefile,v 1.61 2019/12/15 18:24:32 taca Exp $ DISTNAME= drupal-7.67 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json +PHP_VERSIONS_ACCEPTED= 56 71 72 73 + NO_BUILD= YES DRUPAL= share/drupal PAX_DIRS= includes misc modules profiles scripts themes |