mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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/ PR: ports/187098 Submitted by: Paul Schmehl <pauls@utdallas.edu>
This commit is contained in:
parent
f0128fdcbe
commit
4255c488d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346893
@ -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
|
||||
|
18
dns/p5-Net-DNS-Match/Makefile
Normal file
18
dns/p5-Net-DNS-Match/Makefile
Normal file
@ -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 <bsd.port.mk>
|
2
dns/p5-Net-DNS-Match/distinfo
Normal file
2
dns/p5-Net-DNS-Match/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-DNS-Match-0.05.tar.gz) = a37969a1770a7f3ca949095ce0e279eba16e89306d4e6bd33a17b896155fcd8c
|
||||
SIZE (Net-DNS-Match-0.05.tar.gz) = 4133
|
4
dns/p5-Net-DNS-Match/pkg-descr
Normal file
4
dns/p5-Net-DNS-Match/pkg-descr
Normal file
@ -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/
|
8
dns/p5-Net-DNS-Match/pkg-plist
Normal file
8
dns/p5-Net-DNS-Match/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user