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 | |
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>
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/p5-Net-DNS-RR-SRV-Helper/Makefile | 22 | ||||
-rw-r--r-- | dns/p5-Net-DNS-RR-SRV-Helper/distinfo | 3 | ||||
-rw-r--r-- | dns/p5-Net-DNS-RR-SRV-Helper/pkg-descr | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS-RR-SRV-Helper/pkg-plist | 11 |
5 files changed, 41 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 diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile new file mode 100644 index 000000000000..07736e63b887 --- /dev/null +++ b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-DNS-RR-SRV-Helper +# Date created: 2010-05-14 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-DNS-RR-SRV-Helper +PORTVERSION= 0.0.0 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Orders SRV records by priority and weight for Net::DNS + +PERL_CONFIGURE= yes + +MAN3= Net::DNS::RR::SRV::Helper.3 + +.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/distinfo b/dns/p5-Net-DNS-RR-SRV-Helper/distinfo new file mode 100644 index 000000000000..68e50546191b --- /dev/null +++ b/dns/p5-Net-DNS-RR-SRV-Helper/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-DNS-RR-SRV-Helper-0.0.0.tar.gz) = 50cf1b9a6b29919c2f74f28ef89014c8 +SHA256 (Net-DNS-RR-SRV-Helper-0.0.0.tar.gz) = 31ff9b912b03e111c96719f1981e2cc6d865951b4676879aa75cf13618da36ba +SIZE (Net-DNS-RR-SRV-Helper-0.0.0.tar.gz) = 3928 diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/pkg-descr b/dns/p5-Net-DNS-RR-SRV-Helper/pkg-descr new file mode 100644 index 000000000000..d3018ef5222a --- /dev/null +++ b/dns/p5-Net-DNS-RR-SRV-Helper/pkg-descr @@ -0,0 +1,4 @@ +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/ diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/pkg-plist b/dns/p5-Net-DNS-RR-SRV-Helper/pkg-plist new file mode 100644 index 000000000000..e672a7459795 --- /dev/null +++ b/dns/p5-Net-DNS-RR-SRV-Helper/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/Net/DNS/RR/SRV/Helper.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/RR/SRV/Helper/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/RR/SRV/Helper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/RR/SRV +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/RR +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/DNS/RR/SRV +@dirrmtry %%SITE_PERL%%/Net/DNS/RR +@dirrmtry %%SITE_PERL%%/Net/DNS +@dirrmtry %%SITE_PERL%%/Net |