diff options
Diffstat (limited to 'science/p5-Geo-WebService-Elevation-USGS/Makefile')
-rw-r--r-- | science/p5-Geo-WebService-Elevation-USGS/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/science/p5-Geo-WebService-Elevation-USGS/Makefile b/science/p5-Geo-WebService-Elevation-USGS/Makefile index deb8655aa665..be349c9a1ca6 100644 --- a/science/p5-Geo-WebService-Elevation-USGS/Makefile +++ b/science/p5-Geo-WebService-Elevation-USGS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Geo-WebService-Elevation-USGS -PORTVERSION= 0.007 +PORTVERSION= 0.008 CATEGORIES= science perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for elevation queries against USGS web services -RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +TEST_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes |