diff options
Diffstat (limited to 'net/p5-Tie-DNS')
-rw-r--r-- | net/p5-Tie-DNS/Makefile | 34 | ||||
-rw-r--r-- | net/p5-Tie-DNS/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Tie-DNS/pkg-descr | 8 | ||||
-rw-r--r-- | net/p5-Tie-DNS/pkg-plist | 13 |
4 files changed, 0 insertions, 56 deletions
diff --git a/net/p5-Tie-DNS/Makefile b/net/p5-Tie-DNS/Makefile deleted file mode 100644 index 43e423f92303..000000000000 --- a/net/p5-Tie-DNS/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -COMMENT= Tie interface to p5-Net-DNS - -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/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 deleted file mode 100644 index cdf0fda820e4..000000000000 --- a/net/p5-Tie-DNS/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Tie-DNS-0.41.tar.gz) = 234d5840bc9652155db9a9d90140984c diff --git a/net/p5-Tie-DNS/pkg-descr b/net/p5-Tie-DNS/pkg-descr deleted file mode 100644 index c13a1ae07a8f..000000000000 --- a/net/p5-Tie-DNS/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 73a186a3ba63..000000000000 --- a/net/p5-Tie-DNS/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -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 |