diff options
Diffstat (limited to 'devel/p5-JSON-RPC-Dispatcher/Makefile')
-rw-r--r-- | devel/p5-JSON-RPC-Dispatcher/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-JSON-RPC-Dispatcher/Makefile b/devel/p5-JSON-RPC-Dispatcher/Makefile index f806258169a8..5968a90519a2 100644 --- a/devel/p5-JSON-RPC-Dispatcher/Makefile +++ b/devel/p5-JSON-RPC-Dispatcher/Makefile @@ -14,10 +14,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \ - p5-Log-Any>=0.11:${PORTSDIR}/devel/p5-Log-Any \ - p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \ - p5-Plack>=0.9913:${PORTSDIR}/www/p5-Plack +BUILD_DEPENDS= p5-JSON>=2.16:converters/p5-JSON \ + p5-Log-Any>=0.11:devel/p5-Log-Any \ + p5-Moose>=0.93:devel/p5-Moose \ + p5-Plack>=0.9913:www/p5-Plack RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |