b61797af4b
PR: 196561 Differential Revision: https://reviews.freebsd.org/D1478 Submitted by: pauls@utdallas.edu Approved by: marino(mentor)
19 lines
313 B
Makefile
19 lines
313 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-DNS-Match
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Test domains against another list of FQDNs
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|