diff options
author | swills <swills@FreeBSD.org> | 2012-03-18 01:24:08 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-18 01:24:08 +0800 |
commit | dffeaaba8a724c892333d91c157f7d2b09565d5d (patch) | |
tree | c05d5a508638aa0f69e45d4108f487860a666f26 | |
parent | 430989b396be051d1f4f198c71e3d121fb3bee2f (diff) | |
download | freebsd-ports-gnome-dffeaaba8a724c892333d91c157f7d2b09565d5d.tar.gz freebsd-ports-gnome-dffeaaba8a724c892333d91c157f7d2b09565d5d.tar.zst freebsd-ports-gnome-dffeaaba8a724c892333d91c157f7d2b09565d5d.zip |
- Add TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS
PR: ports/165426
Approved by: maintainer timeout (skv, >3 weeks)
Feature safe: yes
-rw-r--r-- | devel/p5-POE-Component-DebugShell/Makefile | 5 |
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 |