aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-RoundRobin
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-02-15 02:48:37 +0000
committerSteve Wills <swills@FreeBSD.org>2012-02-15 02:48:37 +0000
commit73c7197c99d1259061fa1bc0ada4009143bdc2d9 (patch)
treedc388322cea64dae141b868c94c70e0abf8a8436 /devel/p5-Data-RoundRobin
parent48f524b3fd3d61b4b2ad4d378b1dbc981337b137 (diff)
downloadports-73c7197c99d1259061fa1bc0ada4009143bdc2d9.tar.gz
ports-73c7197c99d1259061fa1bc0ada4009143bdc2d9.zip
- Add TEST_DEPENDS to enable testing
PR: ports/165051 Submitted by: swills (myself) Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=291394
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>