diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-28 19:04:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-28 19:04:08 +0000 |
commit | 3b3217332a8f49d359d91085415967ddce8a983b (patch) | |
tree | fcbe6fe3fb098218b64700ad64d2d98e4231e4bb /net/p5-GeoIP2/Makefile | |
parent | 73cdf22a92296471816d333dd468414d9833b19e (diff) | |
download | ports-3b3217332a8f49d359d91085415967ddce8a983b.tar.gz ports-3b3217332a8f49d359d91085415967ddce8a983b.zip |
Notes
Diffstat (limited to 'net/p5-GeoIP2/Makefile')
-rw-r--r-- | net/p5-GeoIP2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-GeoIP2/Makefile b/net/p5-GeoIP2/Makefile index 001a063db141..87d681747070 100644 --- a/net/p5-GeoIP2/Makefile +++ b/net/p5-GeoIP2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP2 -PORTVERSION= 2.003000 +PORTVERSION= 2.003001 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -31,7 +31,8 @@ BUILD_DEPENDS= p5-Data-Validate-IP>=0.19:net-mgmt/p5-Data-Validate-IP \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-Path-Class>=0:devel/p5-Path-Class \ - p5-Test-Fatal>=0:devel/p5-Test-Fatal + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta NO_ARCH= yes USE_PERL5= configure |