1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Mark IGNORE for old perl versions.

Reported by:	pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2005-07-10 05:50:51 +00:00
parent 1d0ec06912
commit 357e62bdc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138784

View File

@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= SQL::Abstract.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.x or later
.endif
.include <bsd.port.post.mk>