aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2012-03-20 11:20:30 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2012-03-20 11:20:30 +0000
commitbbbb9c23e69d5d49fcedb6cadef8bdfc19654810 (patch)
tree04de00b21f287de040381f8be12b4afab5f67513 /www
parent380923a0d27e1294a32494ee8be4eeeb98558428 (diff)
downloadports-bbbb9c23e69d5d49fcedb6cadef8bdfc19654810.tar.gz
ports-bbbb9c23e69d5d49fcedb6cadef8bdfc19654810.zip
- Add test depends.
PR: ports/166267 Submitted by: swills Feature safe: yes
Notes
Notes: svn path=/head/; revision=293606
Diffstat (limited to 'www')
-rw-r--r--www/p5-STF-Dispatcher-PSGI/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-STF-Dispatcher-PSGI/Makefile b/www/p5-STF-Dispatcher-PSGI/Makefile
index e284039d5ce6..fa3fe80eb3fc 100644
--- a/www/p5-STF-Dispatcher-PSGI/Makefile
+++ b/www/p5-STF-Dispatcher-PSGI/Makefile
@@ -30,4 +30,10 @@ MAN3= STF::Dispatcher::Impl::File.3 \
STF::Dispatcher::PSGI::HTTPException.3 \
STF::Dispatcher::Test.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>