diff options
Diffstat (limited to 'devel/p5-JSON-RPC-Dispatcher/Makefile')
-rw-r--r-- | devel/p5-JSON-RPC-Dispatcher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-JSON-RPC-Dispatcher/Makefile b/devel/p5-JSON-RPC-Dispatcher/Makefile index 0ede2a8092c3..5eb5b4052ce8 100644 --- a/devel/p5-JSON-RPC-Dispatcher/Makefile +++ b/devel/p5-JSON-RPC-Dispatcher/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \ p5-Plack>=0.9913:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= JSON::RPC::Dispatcher.3 \ JSON::RPC::Dispatcher::App.3 \ |