diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-URI/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-URI/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-URI/Makefile b/www/p5-Catalyst-Plugin-Session-State-URI/Makefile index 5054c6909523..dcc9b1808bca 100644 --- a/www/p5-Catalyst-Plugin-Session-State-URI/Makefile +++ b/www/p5-Catalyst-Plugin-Session-State-URI/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Saves Catalyst Session IDs by rewriting URIs -RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.27:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ +BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.27:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-HTML-TokeParser-Simple>=0:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ @@ -20,13 +20,10 @@ RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.27:${PORTSDIR}/www/p5-Catalyst-Plugin p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean -BUILD_DEPENDS:= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-MockObject>=1.01:${PORTSDIR}/devel/p5-Test-MockObject +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-MockObject>=1.01:${PORTSDIR}/devel/p5-Test-MockObject USES= perl5 USE_PERL5= configure -MAN3= Catalyst::Plugin::Session::State::URI.3 - -NO_STAGE= yes .include <bsd.port.mk> |