aboutsummaryrefslogtreecommitdiff
path: root/net/p5-RPC-XML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-RPC-XML/Makefile')
-rw-r--r--net/p5-RPC-XML/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile
index 343a88b94983..57ee11524c30 100644
--- a/net/p5-RPC-XML/Makefile
+++ b/net/p5-RPC-XML/Makefile
@@ -34,4 +34,10 @@ MAN3= Apache::RPC::Server.3 \
RPC::XML::Procedure.3 \
RPC::XML::Server.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501200
+TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>