diff options
author | taca <taca@pkgsrc.org> | 2022-05-22 14:11:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-05-22 14:11:05 +0000 |
commit | b17e7d78326455a67ab390832a437d1ff9eb19a9 (patch) | |
tree | 3421497feb06e340a533cd1f28f30c04d39153e8 /net/php-geoip | |
parent | 39cc9e807f2311cf4d6a44aeffc36c9f9082a6c0 (diff) | |
download | pkgsrc-b17e7d78326455a67ab390832a437d1ff9eb19a9.tar.gz |
net/php-geoip: dose not support PHP 8 and later
This package dose not support php80 and php81.
Diffstat (limited to 'net/php-geoip')
-rw-r--r-- | net/php-geoip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/php-geoip/Makefile b/net/php-geoip/Makefile index 771d6f5f300..4ea94e041f6 100644 --- a/net/php-geoip/Makefile +++ b/net/php-geoip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/02/07 10:36:59 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/22 14:11:05 taca Exp $ # MODNAME= geoip @@ -10,6 +10,8 @@ HOMEPAGE= http://pecl.php.net/package/geoip/ COMMENT= PHP module to map IP address to geographic places LICENSE= php +PHP_VERSIONS_ACCEPTED= 56 74 + USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-${MODNAME} |