diff options
author | culot <culot@FreeBSD.org> | 2012-06-30 17:23:50 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-30 17:23:50 +0800 |
commit | 9073d28ff00c2327c38c60ef7200e61461e63297 (patch) | |
tree | 579e6121e84211d081bca5bd12ceffbd0f88b4ce /astro | |
parent | 34711a23286c4c66b6f67a90b1948684bdec1f6e (diff) | |
download | freebsd-ports-graphics-9073d28ff00c2327c38c60ef7200e61461e63297.tar.gz freebsd-ports-graphics-9073d28ff00c2327c38c60ef7200e61461e63297.tar.zst freebsd-ports-graphics-9073d28ff00c2327c38c60ef7200e61461e63297.zip |
- Remove SITE_PERL from *_DEPENDS [1]
- Pet portlint(1)
PR: ports/169551 [1]
Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
Diffstat (limited to 'astro')
-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 8ebe8fd9603..669350b176a 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 01ddf11487d..cc834809061 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/ |