diff --git a/dns/Makefile b/dns/Makefile index 082e2c8c5c20..0dc3c88421fb 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -102,6 +102,7 @@ SUBDIR += p5-Net-DNS-Check SUBDIR += p5-Net-DNS-Codes SUBDIR += p5-Net-DNS-Lite + SUBDIR += p5-Net-DNS-Match SUBDIR += p5-Net-DNS-RR-SRV-Helper SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC diff --git a/dns/p5-Net-DNS-Match/Makefile b/dns/p5-Net-DNS-Match/Makefile new file mode 100644 index 000000000000..f63f48b162dc --- /dev/null +++ b/dns/p5-Net-DNS-Match/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Net-DNS-Match +PORTVERSION= 0.05 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pauls@utdallas.edu +COMMENT= Test domains against another list of FQDNs + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include diff --git a/dns/p5-Net-DNS-Match/distinfo b/dns/p5-Net-DNS-Match/distinfo new file mode 100644 index 000000000000..5d9567ca1140 --- /dev/null +++ b/dns/p5-Net-DNS-Match/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-DNS-Match-0.05.tar.gz) = a37969a1770a7f3ca949095ce0e279eba16e89306d4e6bd33a17b896155fcd8c +SIZE (Net-DNS-Match-0.05.tar.gz) = 4133 diff --git a/dns/p5-Net-DNS-Match/pkg-descr b/dns/p5-Net-DNS-Match/pkg-descr new file mode 100644 index 000000000000..67629ed5c9c9 --- /dev/null +++ b/dns/p5-Net-DNS-Match/pkg-descr @@ -0,0 +1,4 @@ +Net::DNS::Match is a Perl extension for testing domains against another +list of domains (similar to Net::Patricia but for FQDNs). + +WWW: http://search.cpan.org/dist/Net-DNS-Match/ diff --git a/dns/p5-Net-DNS-Match/pkg-plist b/dns/p5-Net-DNS-Match/pkg-plist new file mode 100644 index 000000000000..911d6d8a3197 --- /dev/null +++ b/dns/p5-Net-DNS-Match/pkg-plist @@ -0,0 +1,8 @@ +%%PERL5_MAN3%%/Net::DNS::Match.3.gz +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Match/.packlist +%%SITE_PERL%%/Net/DNS/Match.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Match +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/DNS +@dirrmtry %%SITE_PERL%%/Net