mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
4255c488d3
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>
19 lines
299 B
Makefile
19 lines
299 B
Makefile
# $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>
|