diff options
Diffstat (limited to 'devel/p5-JSON-RPC-Common/Makefile')
-rw-r--r-- | devel/p5-JSON-RPC-Common/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-JSON-RPC-Common/Makefile b/devel/p5-JSON-RPC-Common/Makefile index 65d7ca8f1ae2..26745d865143 100644 --- a/devel/p5-JSON-RPC-Common/Makefile +++ b/devel/p5-JSON-RPC-Common/Makefile @@ -11,15 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Transport agnostic JSON RPC helper objects -BUILD_DEPENDS= p5-libwww>=5:${PORTSDIR}/www/p5-libwww \ - p5-Moose>=0.81:${PORTSDIR}/devel/p5-Moose \ - p5-JSON>=2.11:${PORTSDIR}/converters/p5-JSON \ - p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-URI>0:${PORTSDIR}/net/p5-URI \ - p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean +BUILD_DEPENDS= p5-libwww>=5:www/p5-libwww \ + p5-Moose>=0.81:devel/p5-Moose \ + p5-JSON>=2.11:converters/p5-JSON \ + p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-Try-Tiny>0:lang/p5-Try-Tiny \ + p5-URI>0:net/p5-URI \ + p5-namespace-clean>=0.20:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure @@ -27,7 +27,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |