diff options
Diffstat (limited to 'misc/p5-Geo-Coder-OpenCage/Makefile')
-rw-r--r-- | misc/p5-Geo-Coder-OpenCage/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/p5-Geo-Coder-OpenCage/Makefile b/misc/p5-Geo-Coder-OpenCage/Makefile index 25907d6bb94b..6bd354d21430 100644 --- a/misc/p5-Geo-Coder-OpenCage/Makefile +++ b/misc/p5-Geo-Coder-OpenCage/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Coder-OpenCage -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,13 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-JSON>=2.53:converters/p5-JSON \ - p5-URI>=1.60:net/p5-URI +BUILD_DEPENDS= p5-JSON>=2.94:converters/p5-JSON \ + p5-JSON-XS>=3.04:converters/p5-JSON-XS \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0.32:devel/p5-Test-Exception \ - p5-Test-Pod>=1.51:devel/p5-Test-Pod + p5-Test-Pod>=1.51:devel/p5-Test-Pod \ + p5-Test-Warn>=0:devel/p5-Test-Warn NO_ARCH= yes USE_PERL5= configure |