diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 06:01:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 06:01:21 +0000 |
commit | cf233d7b9730728684a41e18e4cfdd987d536da6 (patch) | |
tree | 43aa8cd8613e00670a1c7212e72c21e8352c8243 /net/p5-Tie-DNS | |
parent | add p5-String-Multibyte 0.07 (diff) |
add p5-Tie-DNS 0.41
Tie interface to p5-Net-DNS
PR: 34282
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes:
svn path=/head/; revision=61991
Diffstat (limited to 'net/p5-Tie-DNS')
-rw-r--r-- | net/p5-Tie-DNS/Makefile | 33 | ||||
-rw-r--r-- | net/p5-Tie-DNS/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Tie-DNS/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Tie-DNS/pkg-descr | 8 | ||||
-rw-r--r-- | net/p5-Tie-DNS/pkg-plist | 13 |
5 files changed, 56 insertions, 0 deletions
diff --git a/net/p5-Tie-DNS/Makefile b/net/p5-Tie-DNS/Makefile new file mode 100644 index 000000000000..d01865bedb54 --- /dev/null +++ b/net/p5-Tie-DNS/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: Tie::DNS +# Date created: 25 Jan 2002 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Tie-DNS +PORTVERSION= 0.41 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Tie +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +PERL_CONFIGURE= yes + +MAN3= Tie::DNS.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/net/p5-Tie-DNS/distinfo b/net/p5-Tie-DNS/distinfo new file mode 100644 index 000000000000..cdf0fda820e4 --- /dev/null +++ b/net/p5-Tie-DNS/distinfo @@ -0,0 +1 @@ +MD5 (Tie-DNS-0.41.tar.gz) = 234d5840bc9652155db9a9d90140984c diff --git a/net/p5-Tie-DNS/pkg-comment b/net/p5-Tie-DNS/pkg-comment new file mode 100644 index 000000000000..9aa7d38d54fd --- /dev/null +++ b/net/p5-Tie-DNS/pkg-comment @@ -0,0 +1 @@ +Tie interface to p5-Net-DNS diff --git a/net/p5-Tie-DNS/pkg-descr b/net/p5-Tie-DNS/pkg-descr new file mode 100644 index 000000000000..c13a1ae07a8f --- /dev/null +++ b/net/p5-Tie-DNS/pkg-descr @@ -0,0 +1,8 @@ +This module is meant to be a simplified interface to the +excellent Net::DNS module. Its goal is to make operations +that are easy in Net::DNS trivial, and operations that are +hard in Net::DNS easy. + +WWW: http://search.cpan.org/search?dist=Tie-DNS + +Seamus Venasse <svenasse@polaris.ca> diff --git a/net/p5-Tie-DNS/pkg-plist b/net/p5-Tie-DNS/pkg-plist new file mode 100644 index 000000000000..73a186a3ba63 --- /dev/null +++ b/net/p5-Tie-DNS/pkg-plist @@ -0,0 +1,13 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/DNS/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Tie/DNS.pm +%%PORTDOCS%%share/examples/p5-Tie-DNS/example1.pl +%%PORTDOCS%%share/examples/p5-Tie-DNS/example2.pl +%%PORTDOCS%%share/examples/p5-Tie-DNS/example3.pl +%%PORTDOCS%%share/examples/p5-Tie-DNS/example4.pl +%%PORTDOCS%%share/examples/p5-Tie-DNS/example5.pl +%%PORTDOCS%%share/examples/p5-Tie-DNS/example6.pl +%%PORTDOCS%%share/examples/p5-Tie-DNS/example7.pl +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/DNS 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true +%%PORTDOCS%%@unexec rmdir %D/share/examples/p5-Tie-DNS 2>/dev/null || true |