aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-RoundRobin
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-RoundRobin')
-rw-r--r--devel/p5-Data-RoundRobin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Data-RoundRobin/Makefile b/devel/p5-Data-RoundRobin/Makefile
index f6eff04d725e..76b2b6c115c1 100644
--- a/devel/p5-Data-RoundRobin/Makefile
+++ b/devel/p5-Data-RoundRobin/Makefile
@@ -18,4 +18,10 @@ PERL_CONFIGURE= yes
MAN3= Data::RoundRobin.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>