aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-02-15 10:48:37 +0800
committerswills <swills@FreeBSD.org>2012-02-15 10:48:37 +0800
commit3525f136ceaaffdc1ff7ab00aa63cb4c7a0f3223 (patch)
tree5487d4bff72ef4cd89eb6035b822490a2ead10f7 /devel
parent61a706f25f68534ff20dafa88df220db4b676fe2 (diff)
downloadfreebsd-ports-gnome-3525f136ceaaffdc1ff7ab00aa63cb4c7a0f3223.tar.gz
freebsd-ports-gnome-3525f136ceaaffdc1ff7ab00aa63cb4c7a0f3223.tar.zst
freebsd-ports-gnome-3525f136ceaaffdc1ff7ab00aa63cb4c7a0f3223.zip
- Add TEST_DEPENDS to enable testing
PR: ports/165051 Submitted by: swills (myself) Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-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>