aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS-ZoneFile/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
commit6a294c20389911c409eb5f6f05033eaf6c6975ab (patch)
treeb621d2670693545124e161f6048aa76ec80ae631 /dns/p5-Net-DNS-ZoneFile/Makefile
parentef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff)
downloadports-release/5.1.0.tar.gz
ports-release/5.1.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_1_0'.release/5.1.0
Diffstat (limited to 'dns/p5-Net-DNS-ZoneFile/Makefile')
-rw-r--r--dns/p5-Net-DNS-ZoneFile/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile/Makefile b/dns/p5-Net-DNS-ZoneFile/Makefile
deleted file mode 100644
index 37911b11b556..000000000000
--- a/dns/p5-Net-DNS-ZoneFile/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: net/p5-Net-DNS-ZoneFile
-# Date created: 11 June 2002
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Net-DNS-ZoneFile
-PORTVERSION= 1.04
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= tobez@FreeBSD.org
-COMMENT= Perl extension to convert a zone file to a collection of RRs
-
-BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/RR.pm:${PORTSDIR}/net/p5-Net-DNS \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net/p5-NetAddr-IP
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Net::DNS::ZoneFile.3
-
-post-patch:
- ${PERL} -pi -e 's/^\s*our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
- -e '$$_="" if /require 5/;' \
- -e '$$_="" if /^\s*(use|no)\s+warnings;\s*$$/;' \
- ${WRKSRC}/ZoneFile.pm
-
-.include <bsd.port.mk>