aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Component-ACCEPT_CONTEXT
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-04-24 00:53:49 +0000
committerSteve Wills <swills@FreeBSD.org>2012-04-24 00:53:49 +0000
commit82f695516f300b6c7502c366603c8d22d8787859 (patch)
tree2f8f977129effbbcc397090e01403e7275de1b4b /www/p5-Catalyst-Component-ACCEPT_CONTEXT
parente3084a2f00446b799fa5a4bd85cae80155fa966a (diff)
downloadports-82f695516f300b6c7502c366603c8d22d8787859.tar.gz
ports-82f695516f300b6c7502c366603c8d22d8787859.zip
- Add TEST_DEPENDS
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS PR: ports/166527 Approved by: maintainer timeout (lth, >2 weeks)
Notes
Notes: svn path=/head/; revision=295358
Diffstat (limited to 'www/p5-Catalyst-Component-ACCEPT_CONTEXT')
-rw-r--r--www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile b/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile
index eccf0eeb93a3..28072d20f8af 100644
--- a/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile
+++ b/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile
@@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Make the Catalyst request context available in Models and Views
-RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
+BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
-BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle
PERL_CONFIGURE= yes