diff options
Diffstat (limited to 'devel/p5-JSON-Pointer/Makefile')
-rw-r--r-- | devel/p5-JSON-Pointer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-JSON-Pointer/Makefile b/devel/p5-JSON-Pointer/Makefile index aeab745d9482..d5ed15d185ed 100644 --- a/devel/p5-JSON-Pointer/Makefile +++ b/devel/p5-JSON-Pointer/Makefile @@ -13,10 +13,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ - p5-Clone>=0.36:${PORTSDIR}/devel/p5-Clone \ - p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \ - p5-URI>=1.65:${PORTSDIR}/net/p5-URI + p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \ + p5-Clone>=0.36:devel/p5-Clone \ + p5-JSON>=2.53:converters/p5-JSON \ + p5-URI>=1.65:net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 |