diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 13:06:13 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 13:06:13 +0000 |
commit | ef05e0d12dca80bb6ebc80a7cf919bd50784d010 (patch) | |
tree | c9e3d9680f9006b0e8740933251361b2e6e5c3e4 /www/p5-Catalyst-Engine-PSGI | |
parent | 3ce471e3494d192f0167863779be92b7e83cd9da (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326148
Diffstat (limited to 'www/p5-Catalyst-Engine-PSGI')
-rw-r--r-- | www/p5-Catalyst-Engine-PSGI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Engine-PSGI/Makefile b/www/p5-Catalyst-Engine-PSGI/Makefile index 397c199c1126..8b1b885cedfa 100644 --- a/www/p5-Catalyst-Engine-PSGI/Makefile +++ b/www/p5-Catalyst-Engine-PSGI/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Catalyst-Action-RenderView>0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Controller::Metal.3 \ Catalyst::Engine::PSGI.3 \ |