1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

requires perl > 5.6

Reported by:	pointyhat via kris
This commit is contained in:
Ying-Chieh Liao 2005-05-02 03:40:37 +00:00
parent 9bca085e41
commit 977f9250bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134475

View File

@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
MAN3= XML::Parser::Lite::Tree.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>