aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-BIND-Conf_Parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/p5-BIND-Conf_Parser/Makefile')
-rw-r--r--dns/p5-BIND-Conf_Parser/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/dns/p5-BIND-Conf_Parser/Makefile b/dns/p5-BIND-Conf_Parser/Makefile
new file mode 100644
index 000000000000..b4dae71b01a5
--- /dev/null
+++ b/dns/p5-BIND-Conf_Parser/Makefile
@@ -0,0 +1,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= 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>