diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-30 09:23:50 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-30 09:23:50 +0000 |
commit | 1ec550d44ea4b91a86cbad07fad10fb7195cdecc (patch) | |
tree | 8a47932661cbe1ae8fe2f4dc198437d9db19014f /astro/p5-ZConf-Weather | |
parent | c915a3cf35ff7a5aceabbc589061916a4b550159 (diff) | |
download | ports-1ec550d44ea4b91a86cbad07fad10fb7195cdecc.tar.gz ports-1ec550d44ea4b91a86cbad07fad10fb7195cdecc.zip |
Notes
Diffstat (limited to 'astro/p5-ZConf-Weather')
-rw-r--r-- | astro/p5-ZConf-Weather/Makefile | 7 | ||||
-rw-r--r-- | astro/p5-ZConf-Weather/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/astro/p5-ZConf-Weather/Makefile b/astro/p5-ZConf-Weather/Makefile index 8ebe8fd96032..669350b176a4 100644 --- a/astro/p5-ZConf-Weather/Makefile +++ b/astro/p5-ZConf-Weather/Makefile @@ -16,9 +16,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= A ZConf module to assist with fetching/printing weather information -BUILD_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ - ${SITE_PERL}/Text/NeatTemplate.pm:${PORTSDIR}/textproc/p5-Text-NeatTemplate \ - ${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground +BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \ + p5-Text-NeatTemplate>=0.10.01:${PORTSDIR}/textproc/p5-Text-NeatTemplate \ + p5-Weather-Underground>=3.03:${PORTSDIR}/astro/p5-Weather-Underground +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/astro/p5-ZConf-Weather/pkg-descr b/astro/p5-ZConf-Weather/pkg-descr index 01ddf11487df..cc8348090617 100644 --- a/astro/p5-ZConf-Weather/pkg-descr +++ b/astro/p5-ZConf-Weather/pkg-descr @@ -3,4 +3,4 @@ and dumping it or printing it via a template. zcweather - Fetches the weather for the specified location. -WWW: http://search.cpan.org/dist/ZConf-Weather +WWW: http://search.cpan.org/dist/ZConf-Weather/ |