aboutsummaryrefslogtreecommitdiff
path: root/net/p5-SOAP-Data-Builder
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-SOAP-Data-Builder')
-rw-r--r--net/p5-SOAP-Data-Builder/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <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>