diff --git a/net/p5-SOAP-Data-Builder/Makefile b/net/p5-SOAP-Data-Builder/Makefile index f8ad21aa2763..f1d7a9775afb 100644 --- a/net/p5-SOAP-Data-Builder/Makefile +++ b/net/p5-SOAP-Data-Builder/Makefile @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= SOAP::Data::Builder.3 SOAP::Data::Builder::Element.3 -.include +.include + +.if ${PERL_LEVEL} < 500800 +IGNORE= "requires perl 5.8.x or later. Install lang/perl5.8 and try again" +.endif + +.include