aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-View-Templated
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-04-24 01:07:53 +0000
committerSteve Wills <swills@FreeBSD.org>2012-04-24 01:07:53 +0000
commit6351af1879f8797710520f0e000be87685c1eb5f (patch)
tree05a69006dae56d6899901e51f18c871dc7779c44 /www/p5-Catalyst-View-Templated
parentecd67526cc0956c015522806d3f46f3d98a38cc1 (diff)
downloadports-6351af1879f8797710520f0e000be87685c1eb5f.tar.gz
ports-6351af1879f8797710520f0e000be87685c1eb5f.zip
- Add TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS PR: ports/166612 Approved by: maintainer timeout (skv, >2 weeks)
Notes
Notes: svn path=/head/; revision=295365
Diffstat (limited to 'www/p5-Catalyst-View-Templated')
-rw-r--r--www/p5-Catalyst-View-Templated/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-Catalyst-View-Templated/Makefile b/www/p5-Catalyst-View-Templated/Makefile
index 40808ada528f..67fb94558e85 100644
--- a/www/p5-Catalyst-View-Templated/Makefile
+++ b/www/p5-Catalyst-View-Templated/Makefile
@@ -16,9 +16,12 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Generic base class for template-based views
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
- ${SITE_PERL}/Catalyst/Component/ACCEPT_CONTEXT.pm:${PORTSDIR}/www/p5-Catalyst-Component-ACCEPT_CONTEXT \
- ${SITE_PERL}/Class/C3.pm:${PORTSDIR}/devel/p5-Class-C3
+ p5-Catalyst-Component-ACCEPT_CONTEXT>=0:${PORTSDIR}/www/p5-Catalyst-Component-ACCEPT_CONTEXT \
+ p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
+ p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst \
+ p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
PERL_CONFIGURE= yes