Author has fixed Perl 5.005_03 support in a previous release

This commit is contained in:
Lars Thegler 2006-09-14 19:28:22 +00:00
parent 7c44b81632
commit 9630b17f2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173078

View file

@ -26,8 +26,4 @@ MAN3= Params::Util.3
post-patch:
@${PERL} -pi -e '$$_="" if m/Test::More/' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500600
IGNORE= requires Perl 5.6 or newer. Please install lang/perl5 or lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>