summaryrefslogtreecommitdiff
path: root/dns/p5-Tie-DNS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/p5-Tie-DNS/Makefile')
-rw-r--r--dns/p5-Tie-DNS/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/dns/p5-Tie-DNS/Makefile b/dns/p5-Tie-DNS/Makefile
deleted file mode 100644
index d01865bedb54..000000000000
--- a/dns/p5-Tie-DNS/Makefile
+++ /dev/null
@@ -1,33 +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
-
-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>