blob: c36a3187c549f5635406dee54e61ae63fbc6f898 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: andrew@ugh.net.au
PORTNAME= BIND-Conf_Parser
PORTVERSION= 0.95
PORTREVISION= 1
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
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|