blob: a7fe258fb4b5af27e637c9505223c61fe6e31af7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= CPAN:PGUEN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to parse BIND 8 configuration files
PERL_CONFIGURE= yes
MAN3= BIND::Conf_Parser.3
.include <bsd.port.mk>
|