freebsd-ports/dns/p5-BIND-Conf_Parser/Makefile
Ying-Chieh Liao 23ab7eff71 add p5-BIND-Conf_Parser 0.95
Perl5 module to parse BIND 8 configuration files

PR:		39455
Submitted by:	Andrew <andrew@ugh.net.au>
2002-06-18 06:35:01 +00:00

22 lines
464 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= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/P/PG/PGUEN
PKGNAMEPREFIX= p5-
MAINTAINER= andrew@ugh.net.au
PERL_CONFIGURE= yes
MAN3= BIND::Conf_Parser.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>