diff options
Diffstat (limited to 'misc/p5-Geo-Coder-Google/Makefile')
-rw-r--r-- | misc/p5-Geo-Coder-Google/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/p5-Geo-Coder-Google/Makefile b/misc/p5-Geo-Coder-Google/Makefile index 3957073499a9..120f9caefb7a 100644 --- a/misc/p5-Geo-Coder-Google/Makefile +++ b/misc/p5-Geo-Coder-Google/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Geo-Coder-Google -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ARCANEZ @@ -22,6 +22,8 @@ BUILD_DEPENDS= p5-JSON>=2.27:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=5.5:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta + PERL_CONFIGURE= yes MAN3= Geo::Coder::Google.3 \ |