diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-28 02:27:30 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-28 02:27:30 +0000 |
commit | 403d68830d2165ca8d0789023ea2edca60ba78f1 (patch) | |
tree | ca466e10ac482b32069eb67e5ed08238dc49cde7 /dns/p5-Net-DNS-RR-SRV-Helper | |
parent | 6bafc885baf793ae03f5ac791c0dd3a00c8a240a (diff) | |
download | ports-403d68830d2165ca8d0789023ea2edca60ba78f1.tar.gz ports-403d68830d2165ca8d0789023ea2edca60ba78f1.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-RR-SRV-Helper')
-rw-r--r-- | dns/p5-Net-DNS-RR-SRV-Helper/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile index 07736e63b887..55175b4316da 100644 --- a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile +++ b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-DNS-RR-SRV-Helper PORTVERSION= 0.0.0 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX @@ -15,6 +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 + PERL_CONFIGURE= yes MAN3= Net::DNS::RR::SRV::Helper.3 |