diff options
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} |