diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 07:29:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 07:29:44 +0000 |
commit | 6b324a471a73fbe3c4c644e40ca2728f16653618 (patch) | |
tree | 0f9e3afc2c2e2f17a0e2b1017241bae29abc12c3 /dns/p5-DNS-Zone | |
parent | a670d536ff53d5f7cb89f49480ada40d3e9c0931 (diff) | |
download | ports-6b324a471a73fbe3c4c644e40ca2728f16653618.tar.gz ports-6b324a471a73fbe3c4c644e40ca2728f16653618.zip |
Notes
Diffstat (limited to 'dns/p5-DNS-Zone')
-rw-r--r-- | dns/p5-DNS-Zone/Makefile | 29 | ||||
-rw-r--r-- | dns/p5-DNS-Zone/distinfo | 1 | ||||
-rw-r--r-- | dns/p5-DNS-Zone/pkg-descr | 9 | ||||
-rw-r--r-- | dns/p5-DNS-Zone/pkg-plist | 12 |
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 |