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

Forgot 5.6.x requirement

This commit is contained in:
Mathieu Arnold 2003-10-13 11:06:33 +00:00
parent 5fabb2872a
commit 16a75c876a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91023

View File

@ -22,4 +22,10 @@ PERL_CONFIGURE= YES
MAN3= XML::Smart.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>