diff options
author | taca <taca@pkgsrc.org> | 2015-12-19 14:27:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-19 14:27:12 +0000 |
commit | cd0813ce61e3870a125aef80860b791c46c134f3 (patch) | |
tree | da5e1cb19fe15553adefed6a3dce16bb4c913420 /www/php-http/Makefile | |
parent | 897b7dfe7a0e6e790d70aeb0cf75e22729d02e19 (diff) | |
download | pkgsrc-cd0813ce61e3870a125aef80860b791c46c134f3.tar.gz |
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.
Diffstat (limited to 'www/php-http/Makefile')
-rw-r--r-- | www/php-http/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php-http/Makefile b/www/php-http/Makefile index 1daa08c37ee..4fce3fcaba1 100644 --- a/www/php-http/Makefile +++ b/www/php-http/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/08/30 08:24:42 taca Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/19 14:27:15 taca Exp $ MODNAME= http PECL_VERSION= 2.5.1 @@ -13,6 +13,8 @@ LICENSE= 2-clause-bsd AND isc CONFLICTS= php-http-[0-9]* +PHP_VERSIONS_ACCEPTED= 55 56 + USE_LANGUAGES= c c++ USE_LIBTOOL= yes |