diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-16 02:53:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-16 02:53:46 +0000 |
commit | 15b7d1eda5a7de2b7b009d4d2e236d3b5955a9da (patch) | |
tree | ce89a9c0d5f36f582ac03d868b09fc071dafbc03 /textproc | |
parent | deeb03e3ad6b62079b7a76a0847df091798fb90d (diff) | |
download | ports-15b7d1eda5a7de2b7b009d4d2e236d3b5955a9da.tar.gz ports-15b7d1eda5a7de2b7b009d4d2e236d3b5955a9da.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 3 |
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> |