aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2007-08-31 21:37:23 +0800
committerMathieu Arnold <mat@FreeBSD.org>2007-08-31 21:37:23 +0800
commitd1850a3d8ce1023f97814bd5db8642bfc8e695e0 (patch)
treebba44484f7b230fd6b557cc34a841c889282242a /dns
parentff334859ab3a3bf4271f7fce3a419dc3c28772be (diff)
downloadfreebsd-ports-gnome-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.tar.gz
freebsd-ports-gnome-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.tar.zst
freebsd-ports-gnome-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.zip
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims.
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-DNS-ZoneParse/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/dns/p5-DNS-ZoneParse/Makefile b/dns/p5-DNS-ZoneParse/Makefile
index 49d75cce447c..3aed90bc3527 100644
--- a/dns/p5-DNS-ZoneParse/Makefile
+++ b/dns/p5-DNS-ZoneParse/Makefile
@@ -8,8 +8,7 @@
PORTNAME= DNS-ZoneParse
PORTVERSION= 0.95
CATEGORIES= dns textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DNS
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
@@ -24,9 +23,6 @@ MAN3= DNS::ZoneParse.3
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-.if ${PERL_LEVEL} < 500600
-IGNORE= needs perl 5.6+ to work, install lang/perl5 or lang/perl5.8 and try again
-.endif
.endif
.include <bsd.port.post.mk>