summaryrefslogtreecommitdiff
path: root/dns/p5-DNS-Zone
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-29 07:29:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-29 07:29:44 +0000
commit6b324a471a73fbe3c4c644e40ca2728f16653618 (patch)
tree0f9e3afc2c2e2f17a0e2b1017241bae29abc12c3 /dns/p5-DNS-Zone
parent[new port] : net/p5-DNS-Config Perl modules to manipulate DNS stuff (diff)
[new port] : net/p5-DNS-Zone Perl modules to manipulate DNS stuff
p5-DNS-Zone Perl modules to manipulate name service zone files. Needed by (future new) ZoneMaster port (see below/later) PR: ports/48563 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=79856
Diffstat (limited to 'dns/p5-DNS-Zone')
-rw-r--r--dns/p5-DNS-Zone/Makefile29
-rw-r--r--dns/p5-DNS-Zone/distinfo1
-rw-r--r--dns/p5-DNS-Zone/pkg-descr9
-rw-r--r--dns/p5-DNS-Zone/pkg-plist12
4 files changed, 51 insertions, 0 deletions
diff --git a/dns/p5-DNS-Zone/Makefile b/dns/p5-DNS-Zone/Makefile
new file mode 100644
index 000000000000..1634d3961827
--- /dev/null
+++ b/dns/p5-DNS-Zone/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-DNS-Zone
+# Date created: 22 February 2003
+# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= DNS-Zone
+PORTVERSION= 0.85
+PORTREVISION= 0
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DNS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sheepkiller@cultdeadsheep.org
+COMMENT= DNS::Zone is set of perl modules for name service zone files
+
+PERL_CONFIGURE= yes
+
+DOCSDIR= ${PREFIX}/share/doc/p5-DNS-Zone
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/dns/p5-DNS-Zone/distinfo b/dns/p5-DNS-Zone/distinfo
new file mode 100644
index 000000000000..b1eb02e85083
--- /dev/null
+++ b/dns/p5-DNS-Zone/distinfo
@@ -0,0 +1 @@
+MD5 (DNS-Zone-0.85.tar.gz) = b04587b730dd2c2f3c533b7500edf1f8
diff --git a/dns/p5-DNS-Zone/pkg-descr b/dns/p5-DNS-Zone/pkg-descr
new file mode 100644
index 000000000000..305d1af4de10
--- /dev/null
+++ b/dns/p5-DNS-Zone/pkg-descr
@@ -0,0 +1,9 @@
+DNS::Zone is a collection of Perl modules which provide an
+abstraction of name service zones as well as server specific
+adaptors for concrete file representations.
+The modules origin is the ZoneMaster project which make heavy
+use of the module for comprehensive zone file management. Go to
+http://www.zonemaster.org for further information.
+
+WWW: http://search.cpan.org/author/WOLF/
+Author: Andy Wolf <zonemaster@users.sourceforge.net>
diff --git a/dns/p5-DNS-Zone/pkg-plist b/dns/p5-DNS-Zone/pkg-plist
new file mode 100644
index 000000000000..04e97e8cc680
--- /dev/null
+++ b/dns/p5-DNS-Zone/pkg-plist
@@ -0,0 +1,12 @@
+lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DNS-Zone/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone.pm
+lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/File.pm
+lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/Label.pm
+lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/Record.pm
+lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/File/Default.pm
+%%PORTDOCS%%share/doc/p5-DNS-Zone/README
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DNS-Zone
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone/File
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/DNS/Zone
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DNS 2>/dev/null || true
+%%PORTDOCS%%@dirrm share/doc/p5-DNS-Zone