diff options
Diffstat (limited to 'devel/php-maxminddb/Makefile')
-rw-r--r-- | devel/php-maxminddb/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/php-maxminddb/Makefile b/devel/php-maxminddb/Makefile index e5945f850132..6efbb08c5c05 100644 --- a/devel/php-maxminddb/Makefile +++ b/devel/php-maxminddb/Makefile @@ -1,11 +1,11 @@ PORTNAME= maxminddb -PORTVERSION= 1.6.0 +PORTVERSION= 1.12.0 DISTVERSIONPREFIX= v CATEGORIES= devel net PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= MaxMind DB Reader extension for PHP +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PHP Reader for the MaxMind DB Database Format WWW= https://github.com/maxmind/MaxMind-DB-Reader-php LICENSE= APACHE20 @@ -15,10 +15,10 @@ LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb USES= compiler:c11 localbase:ldflags php:ext +WRKSRC_SUBDIR= ext + USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= MaxMind-DB-Reader-php -WRKSRC_SUBDIR= ext - .include <bsd.port.mk> |