Mark IGNORE for perl < 5.8.0

PR:		58264
Submitted by:	maintainer
This commit is contained in:
Erwin Lansing 2003-10-20 13:46:12 +00:00
parent 546358b206
commit f2d22dc9ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91734

View File

@ -32,4 +32,10 @@ MAN3= UML::Sequence.3 \
UML::Sequence::Svg.3 \
Devel::CallSeq.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>