diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-13 14:02:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-13 14:02:44 +0000 |
commit | 7aeede051980feca1aa857c030b5ca2456d9ac60 (patch) | |
tree | 250924bf8a3749d9ac958e2002348e9f26dcb364 /net/p5-Net-GitHub/Makefile | |
parent | 345d1896afc958b88aa60227a76caf61eb9db351 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-GitHub/Makefile')
-rw-r--r-- | net/p5-Net-GitHub/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index 0895d7219483..0b1c47717c96 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-GitHub -DISTVERSION= 0.73 +PORTVERSION= 0.74 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND @@ -17,10 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= 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-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ - p5-URI>=0:${PORTSDIR}/net/p5-URI + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |