diff options
author | swills <swills@FreeBSD.org> | 2012-02-16 06:19:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-16 06:19:09 +0800 |
commit | 01a85540adf3cfbadc1fc0f9a12d33ef3a6f0667 (patch) | |
tree | 7cddf1938c307447718aa354fcb2677fafc5a54a /devel | |
parent | dbab9dd408f4bb6247a42fbcbecfdf25abcf91c1 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |