diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
commit | d1850a3d8ce1023f97814bd5db8642bfc8e695e0 (patch) | |
tree | bba44484f7b230fd6b557cc34a841c889282242a /dns/p5-DNS-ZoneParse | |
parent | ff334859ab3a3bf4271f7fce3a419dc3c28772be (diff) | |
download | ports-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.tar.gz ports-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.zip |
Notes
Diffstat (limited to 'dns/p5-DNS-ZoneParse')
-rw-r--r-- | dns/p5-DNS-ZoneParse/Makefile | 6 |
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> |