summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-16 02:53:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-16 02:53:46 +0000
commit15b7d1eda5a7de2b7b009d4d2e236d3b5955a9da (patch)
treece89a9c0d5f36f582ac03d868b09fc071dafbc03 /textproc/p5-XML-Atom
parentupgrade to ttt-1.8.2 that builds with gcc-3.4.2. (diff)
mark ignore when perl < 5.6
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=116344
Diffstat (limited to 'textproc/p5-XML-Atom')
-rw-r--r--textproc/p5-XML-Atom/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.post.mk>