summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-06-30 10:16:28 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-06-30 10:16:28 +0000
commit02fcc02588ac10325c979fbba62471fbf7c9da79 (patch)
treeb96965f0f16618b0fc96ffa93a9378cb5948596b /dns
parent- Remove SITE_PERL from *_DEPENDS [1] (diff)
- Remove SITE_PERL from *_DEPENDS [1]
- Add BUILD_DEPENDS to silence build warnings PR: ports/169554 [1] Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
Notes
Notes: svn path=/head/; revision=300255
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS-RR-SRV-Helper/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile
index 9187e5a6cce4..9ed6dfad2c58 100644
--- a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile
+++ b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile
@@ -16,8 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Orders SRV records by priority and weight for Net::DNS
-RUN_DEPENDS= ${SITE_PERL}/mach/Net/DNS/RR.pm:${PORTSDIR}/dns/p5-Net-DNS \
- ${SITE_PERL}/Sort/Naturally.pm:${PORTSDIR}/textproc/p5-Sort-Naturally
+BUILD_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Sort-Naturally>=1.03:${PORTSDIR}/textproc/p5-Sort-Naturally
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes