freebsd-ports/dns/p5-Net-DNS-ZoneFile-Fast/Makefile
Frederic Culot 83d0f85223 - Update to 1.17
Note: Upstream did not provide any changelog, but this update allows to
deal with new bind output formats.
2012-10-01 11:15:52 +00:00

21 lines
476 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-DNS-ZoneFile-Fast
PORTVERSION= 1.17
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to parse BIND8/9 zone files
BUILD_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \
p5-Net-DNS-SEC>=0.15:${PORTSDIR}/dns/p5-Net-DNS-SEC
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::DNS::ZoneFile::Fast.3
.include <bsd.port.mk>