diff options
Diffstat (limited to 'net/p5-Net-GitHub/Makefile')
-rw-r--r-- | net/p5-Net-GitHub/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index a5448a93f3f2..dc23f2b06917 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -13,14 +13,14 @@ COMMENT= Perl interface to github.com LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Cache-LRU>=0:${PORTSDIR}/devel/p5-Cache-LRU \ - p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-JSON-MaybeXS>=0:${PORTSDIR}/converters/p5-JSON-MaybeXS \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ - p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Cache-LRU>=0:devel/p5-Cache-LRU \ + p5-HTTP-Message>0:www/p5-HTTP-Message \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ + p5-Moo>=0:devel/p5-Moo \ + p5-Type-Tiny>=0:devel/p5-Type-Tiny \ + p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |