Needs 5.6.1

Notified by:	kris (bento)
This commit is contained in:
Mathieu Arnold 2003-10-19 21:17:27 +00:00
parent 04d80cea3a
commit 193ad28af9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91697

View file

@ -39,4 +39,10 @@ MAN3= XML::Validator::Schema.3 \
XML::Validator::Schema::TypeLibrary.3 \
XML::Validator::Schema::Util.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>