aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-02-16 06:19:09 +0800
committerswills <swills@FreeBSD.org>2012-02-16 06:19:09 +0800
commit01a85540adf3cfbadc1fc0f9a12d33ef3a6f0667 (patch)
tree7cddf1938c307447718aa354fcb2677fafc5a54a /devel
parentdbab9dd408f4bb6247a42fbcbecfdf25abcf91c1 (diff)
downloadfreebsd-ports-gnome-01a85540adf3cfbadc1fc0f9a12d33ef3a6f0667.tar.gz
freebsd-ports-gnome-01a85540adf3cfbadc1fc0f9a12d33ef3a6f0667.tar.zst
freebsd-ports-gnome-01a85540adf3cfbadc1fc0f9a12d33ef3a6f0667.zip
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-JSON-RPC/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-JSON-RPC/Makefile b/devel/p5-JSON-RPC/Makefile
index 96da4f47e1ce..f906a9ec906a 100644
--- a/devel/p5-JSON-RPC/Makefile
+++ b/devel/p5-JSON-RPC/Makefile
@@ -46,4 +46,8 @@ BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
.include <bsd.port.post.mk>