blob: e2118d1f6caf2b49fa8bf3e558bdecdcbd27e4fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|