aboutsummaryrefslogtreecommitdiff
path: root/net/p5-SOAP-Data-Builder
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-25 15:27:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-25 15:27:25 +0000
commit4fb19113a37a585c95cc7a011e8ed6a096d3fe44 (patch)
tree741207a5e45099e44e9492cbd6a67b79dafcb1f9 /net/p5-SOAP-Data-Builder
parent6f344f7598eca9bc94d3f69579a7eba823c3a1e4 (diff)
downloadports-4fb19113a37a585c95cc7a011e8ed6a096d3fe44.tar.gz
ports-4fb19113a37a585c95cc7a011e8ed6a096d3fe44.zip
Notes
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>