freebsd-ports/dns/p5-Net-DNS-TestNS/Makefile
Sunpoet Po-Chuan Hsieh e475c19a24 - Update MAINTAINER to my FreeBSD.org address
Approved by:	pgollucci (mentor)
2010-09-22 17:10:26 +00:00

25 lines
620 B
Makefile

# New ports collection makefile for: p5-Net-DNS-TestNS
# Date created: 2010-06-26
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
#
# $FreeBSD$
#
PORTNAME= Net-DNS-TestNS
PORTVERSION= 1.10
CATEGORIES= dns perl5
MASTER_SITES= CPAN/../../authors/id/O/OL/OLAF/
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for simulating simple Nameservers
BUILD_DEPENDS= p5-Net-DNS>0.64:${PORTSDIR}/dns/p5-Net-DNS \
p5-XML-LibXML>1.53:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::DNS::TestNS.3 Net::DNS::TestNS::DTD.3
.include <bsd.port.mk>