mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
b61797af4b
PR: 196561 Differential Revision: https://reviews.freebsd.org/D1478 Submitted by: pauls@utdallas.edu Approved by: marino(mentor)
20 lines
313 B
Makefile
20 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>
|