diff options
author | wen <wen@FreeBSD.org> | 2010-05-19 14:00:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-19 14:00:57 +0800 |
commit | 599fea2101162086f0b14b3e02551c6a491d7874 (patch) | |
tree | d0df5729b91dd475eb25638125878b63f3bbdc02 /dns/Makefile | |
parent | cb68ae51d5cfd751f886d62bebd920bc66c87fba (diff) | |
download | freebsd-ports-gnome-599fea2101162086f0b14b3e02551c6a491d7874.tar.gz freebsd-ports-gnome-599fea2101162086f0b14b3e02551c6a491d7874.tar.zst freebsd-ports-gnome-599fea2101162086f0b14b3e02551c6a491d7874.zip |
Net::DNS::RR::SRV::Helper is a perl module to order SRV records
by priority and weight for Net::DNS.
WWW: http://search.cpan.org/dist/Net-DNS-RR-SRV-Helper/
PR: ports/146572
Submitted by: "Zane C.B." <vvelox@vvelox.net>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 9d9962f6d189..fc01f9c2dccc 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -96,6 +96,7 @@ SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-Async SUBDIR += p5-Net-DNS-Codes + SUBDIR += p5-Net-DNS-RR-SRV-Helper SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-ToolKit |