diff options
Diffstat (limited to 'net/p5-SOAP-Data-Builder/Makefile')
-rw-r--r-- | net/p5-SOAP-Data-Builder/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-SOAP-Data-Builder/Makefile b/net/p5-SOAP-Data-Builder/Makefile index f8ad21aa276..f1d7a9775af 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 <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> |