From 15b7d1eda5a7de2b7b009d4d2e236d3b5955a9da Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 16 Aug 2004 02:53:46 +0000 Subject: mark ignore when perl < 5.6 Submitted by: maintainer --- textproc/p5-XML-Atom/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'textproc/p5-XML-Atom') diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index aaa4d0c8c0e3..d5baf30bf0a5 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -40,5 +40,8 @@ MAN3= XML::Atom.3 \ .if ${PERL_LEVEL} < 500805 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif .include -- cgit v1.2.3