diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-08-16 10:53:46 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-08-16 10:53:46 +0800 |
commit | b8fa13b22f9ff2c01ca938087adf5f24c7b66fcf (patch) | |
tree | 4bcc7588f7de798c7288a33a267adf31b83497ad /textproc | |
parent | ab4f6e6d7fe5513d387f1dd00ef0ae016d6a5245 (diff) | |
download | freebsd-ports-graphics-b8fa13b22f9ff2c01ca938087adf5f24c7b66fcf.tar.gz freebsd-ports-graphics-b8fa13b22f9ff2c01ca938087adf5f24c7b66fcf.tar.zst freebsd-ports-graphics-b8fa13b22f9ff2c01ca938087adf5f24c7b66fcf.zip |
mark ignore when perl < 5.6
Submitted by: maintainer
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 aaa4d0c8c0e..d5baf30bf0a 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> |