diff options
Diffstat (limited to 'net/p5-Net-Google-Analytics/Makefile')
-rw-r--r-- | net/p5-Net-Google-Analytics/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Net-Google-Analytics/Makefile b/net/p5-Net-Google-Analytics/Makefile index 20f71a9d9846..3c49e39ab0d2 100644 --- a/net/p5-Net-Google-Analytics/Makefile +++ b/net/p5-Net-Google-Analytics/Makefile @@ -13,10 +13,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Class-XSAccessor>=1.05:${PORTSDIR}/devel/p5-Class-XSAccessor \ - p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-URI>0:${PORTSDIR}/net/p5-URI + p5-Class-XSAccessor>=1.05:devel/p5-Class-XSAccessor \ + p5-JSON>0:converters/p5-JSON \ + p5-libwww>0:www/p5-libwww \ + p5-URI>0:net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |