freebsd-ports/dns/p5-BIND-Conf_Parser/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

22 lines
448 B
Makefile

# New ports collection makefile for: p5-BIND-Conf_Parser
# Date created: 2002/06/18
# Whom: andrew@ugh.net.au
#
# $FreeBSD$
#
PORTNAME= BIND-Conf_Parser
PORTVERSION= 0.95
CATEGORIES= dns perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/P/PG/PGUEN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 module to parse BIND 8 configuration files
PERL_CONFIGURE= yes
MAN3= BIND::Conf_Parser.3
.include <bsd.port.mk>