aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-GitHub/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2009-06-17 09:31:44 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2009-06-17 09:31:44 +0000
commit5f84b82db009bc1c1ce37a8970baff516651283f (patch)
tree4f6b5c4a6c89694a661d6ed7791230991033dd37 /net/p5-Net-GitHub/Makefile
parentfba949940d4459bd333e0eb59767502bd5096e2a (diff)
downloadports-5f84b82db009bc1c1ce37a8970baff516651283f.tar.gz
ports-5f84b82db009bc1c1ce37a8970baff516651283f.zip
Notes
Diffstat (limited to 'net/p5-Net-GitHub/Makefile')
-rw-r--r--net/p5-Net-GitHub/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile
index 963a2ab606f2..e0df44c3786a 100644
--- a/net/p5-Net-GitHub/Makefile
+++ b/net/p5-Net-GitHub/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-GitHub
-PORTVERSION= 0.11
+PORTVERSION= 0.18
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,8 +18,9 @@ RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
${SITE_PERL}/WWW/Mechanize/GZip.pm:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \
${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \
+ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
- p5-Moose>=0.57:${PORTSDIR}/devel/p5-Moose
+ p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -35,11 +36,12 @@ MAN3= Net::GitHub.3 Net::GitHub::V1.3 \
Net::GitHub::V1::Search.3 \
Net::GitHub::V1::User.3 \
Net::GitHub::V2.3 Net::GitHub::V2::Commits.3 \
+ Net::GitHub::V2::HasRepo.3 \
Net::GitHub::V2::Issues.3 \
Net::GitHub::V2::Network.3 \
+ Net::GitHub::V2::NoRepo.3 \
Net::GitHub::V2::Object.3 \
Net::GitHub::V2::Repositories.3 \
- Net::GitHub::V2::Role.3 \
Net::GitHub::V2::Users.3
.include <bsd.port.mk>