requires perl > 5.8.x

Noticed by:	bento via kris
This commit is contained in:
Ying-Chieh Liao 2004-01-25 15:27:25 +00:00
parent 6f344f7598
commit 4fb19113a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99083

View File

@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= SOAP::Data::Builder.3 SOAP::Data::Builder::Element.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= "requires perl 5.8.x or later. Install lang/perl5.8 and try again"
.endif
.include <bsd.port.post.mk>