diff options
Diffstat (limited to 'devel/p5-JSON-RPC/Makefile')
-rw-r--r-- | devel/p5-JSON-RPC/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-JSON-RPC/Makefile b/devel/p5-JSON-RPC/Makefile index 3a731c6d22d9..1cd482f0cf94 100644 --- a/devel/p5-JSON-RPC/Makefile +++ b/devel/p5-JSON-RPC/Makefile @@ -15,13 +15,13 @@ COMMENT= Perl implementation of JSON-RPC 1.1 protocol LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor-Lite>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ - p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ - p5-Router-Simple>=0:${PORTSDIR}/www/p5-Router-Simple \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Class-Accessor-Lite>=0:devel/p5-Class-Accessor-Lite \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-JSON>=0:converters/p5-JSON \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-Plack>=0:www/p5-Plack \ + p5-Router-Simple>=0:www/p5-Router-Simple \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |