diff options
-rw-r--r-- | www/p5-Catalyst-View-Templated/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-Catalyst-View-Templated/Makefile b/www/p5-Catalyst-View-Templated/Makefile index 40808ada528..67fb94558e8 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 |