diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-09 20:40:35 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-09 20:40:35 +0000 |
commit | 34f7ef52b96facea6df6302ee6ddbe3957722f73 (patch) | |
tree | 6b2c7d3ccf94e096407ec125b9e83bec6105c1e0 /net/p5-Net-WhitePages/Makefile | |
parent | cc30b967ad09c70f6baa9c0542a84de83bf4b443 (diff) | |
download | ports-34f7ef52b96facea6df6302ee6ddbe3957722f73.tar.gz ports-34f7ef52b96facea6df6302ee6ddbe3957722f73.zip |
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION
- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS
PR: ports/165801
Approved by: maintainer timeout (vvelox@vvelox.net, >1 month)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=294442
Diffstat (limited to 'net/p5-Net-WhitePages/Makefile')
-rw-r--r-- | net/p5-Net-WhitePages/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/p5-Net-WhitePages/Makefile b/net/p5-Net-WhitePages/Makefile index 5758af53c46f..f4732920ffd8 100644 --- a/net/p5-Net-WhitePages/Makefile +++ b/net/p5-Net-WhitePages/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-WhitePages PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Provides access to the XML API for WhitePages.com -RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |