diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-08-28 10:27:30 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-08-28 10:27:30 +0800 |
commit | c061672781fd09e3675429304df42669fa766e5f (patch) | |
tree | 92809e38f84d4e9ed7649e45849eaf58a446a035 /dns | |
parent | ee6f5b75d4c13fcc6c4a6ba8984014428332de07 (diff) | |
download | freebsd-ports-gnome-c061672781fd09e3675429304df42669fa766e5f.tar.gz freebsd-ports-gnome-c061672781fd09e3675429304df42669fa766e5f.tar.zst freebsd-ports-gnome-c061672781fd09e3675429304df42669fa766e5f.zip |
- Fix RUN_DEPENDS thus fixing net/p5-Net-LDAP-AutoServer
PR: ports/147396
Reported by: myself (pgollucci)
Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer)
Diffstat (limited to 'dns')
-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 |