1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark IGNORE with old perls.

Reported by: pointyhat via kris
This commit is contained in:
Jun Kuriyama 2006-08-06 23:15:40 +00:00
parent 313d490655
commit 0fce66e242
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169865

View File

@ -18,4 +18,10 @@ COMMENT= Perl extension for telling fully qualified name of the method
PERL_CONFIGURE= yes
MAN3= UNIVERSAL::which.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires Perl 5.8.1 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>