1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/dns/p5-Net-DNS-Match/Makefile
Muhammad Moinur Rahman b61797af4b dns/p5-Net-DNS-Match: Pass Maintainership
PR:			196561
Differential Revision:	https://reviews.freebsd.org/D1478
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 10:36:44 +00:00

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>