freebsd-ports/dns/p5-BIND-Config-Parser/Makefile
2012-06-04 05:21:59 +00:00

25 lines
541 B
Makefile

# New ports collection makefile for: dns/p5-BIND-Config-Parser
# Date created: 05 May 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= BIND-Config-Parser
PORTVERSION= 0.01
CATEGORIES= dns perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MATTD
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parse BIND Config files
BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= BIND::Config::Parser.3
.include <bsd.port.mk>