aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-17 17:24:08 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-17 17:24:08 +0000
commit1772121aeb1d49da08cc231dabe6f51e57991e83 (patch)
treecb3523776583520bc5a2381161e4b02e0f3bf9ee /devel
parent9279889f5abe27f5c34e116569445c51cea626ab (diff)
downloadports-1772121aeb1d49da08cc231dabe6f51e57991e83.tar.gz
ports-1772121aeb1d49da08cc231dabe6f51e57991e83.zip
- Add TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS PR: ports/165426 Approved by: maintainer timeout (skv, >3 weeks) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293464
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-POE-Component-DebugShell/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-POE-Component-DebugShell/Makefile b/devel/p5-POE-Component-DebugShell/Makefile
index 1e0feb90162e..a6048e78a2c5 100644
--- a/devel/p5-POE-Component-DebugShell/Makefile
+++ b/devel/p5-POE-Component-DebugShell/Makefile
@@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Interactive peeking into a running POE application
-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek
+BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
+ p5-POE-API-Peek>=0:${PORTSDIR}/devel/p5-POE-API-Peek
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution
PERL_CONFIGURE= yes