1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/dns/p5-Net-DNS-Match/Makefile
Frederic Culot 4255c488d3 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>
2014-03-03 13:13:36 +00:00

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>