aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-DNS-Config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/p5-DNS-Config/Makefile')
-rw-r--r--dns/p5-DNS-Config/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/dns/p5-DNS-Config/Makefile b/dns/p5-DNS-Config/Makefile
deleted file mode 100644
index 4fe72aea418e..000000000000
--- a/dns/p5-DNS-Config/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: p5-DNS-Config
-# Date created: 22 February 2003
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= DNS-Config
-PORTVERSION= 0.66
-PORTREVISION= 0
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DNS
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= sheepkiller@cultdeadsheep.org
-COMMENT= DNS::Config is set of perl modules for name service configurations
-
-PERL_CONFIGURE= yes
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-DOCSDIR= ${PREFIX}/share/doc/p5-DNS-Zone
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
-.endif
-
-.include <bsd.port.post.mk>