diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-30 10:16:28 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-30 10:16:28 +0000 |
commit | 02fcc02588ac10325c979fbba62471fbf7c9da79 (patch) | |
tree | b96965f0f16618b0fc96ffa93a9378cb5948596b /dns/p5-Net-DNS-RR-SRV-Helper | |
parent | 81c3aefef3800a9a194e73262cf0ac3ef15448a8 (diff) | |
download | ports-02fcc02588ac10325c979fbba62471fbf7c9da79.tar.gz ports-02fcc02588ac10325c979fbba62471fbf7c9da79.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-RR-SRV-Helper')
-rw-r--r-- | dns/p5-Net-DNS-RR-SRV-Helper/Makefile | 5 |
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 |