diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-23 11:51:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-23 11:51:47 +0000 |
commit | b34f3b9bef201b5c9b90d625d7cc719f47cd47a3 (patch) | |
tree | 2af7e4df5f5c24aca5bdad3a6f91304562194345 /dns/p5-DNS-ZoneParse/Makefile | |
parent | bf9a70a85602ce607403d7c30b480149c258d48f (diff) |
Notes
Diffstat (limited to 'dns/p5-DNS-ZoneParse/Makefile')
-rw-r--r-- | dns/p5-DNS-ZoneParse/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/p5-DNS-ZoneParse/Makefile b/dns/p5-DNS-ZoneParse/Makefile index 0d3a15e22001..f968c642e7e6 100644 --- a/dns/p5-DNS-ZoneParse/Makefile +++ b/dns/p5-DNS-ZoneParse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DNS-ZoneParse -PORTVERSION= 0.91 +PORTVERSION= 0.92 CATEGORIES= dns textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DNS @@ -24,6 +24,9 @@ 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> |