diff --git a/net/Makefile b/net/Makefile index 38ee5ca45ce9..73d2b42bfd0a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1009,6 +1009,7 @@ SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 + SUBDIR += rubygem-octokit SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth diff --git a/net/rubygem-octokit/Makefile b/net/rubygem-octokit/Makefile new file mode 100644 index 000000000000..d7fb224caaaf --- /dev/null +++ b/net/rubygem-octokit/Makefile @@ -0,0 +1,20 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= octokit +PORTVERSION= 3.3.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple wrapper for the GitHub API + +LICENSE= MIT + +RUN_DEPENDS= rubygem-sawyer>=0.5.3:${PORTSDIR}/www/rubygem-sawyer + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/net/rubygem-octokit/distinfo b/net/rubygem-octokit/distinfo new file mode 100644 index 000000000000..20dddc62de5d --- /dev/null +++ b/net/rubygem-octokit/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/octokit-3.3.1.gem) = b6553d739faeb3b91fc8a1b9b3953d4532125b295bae8fbdd072e0663508d777 +SIZE (rubygem/octokit-3.3.1.gem) = 56320 diff --git a/net/rubygem-octokit/pkg-descr b/net/rubygem-octokit/pkg-descr new file mode 100644 index 000000000000..817a5aa879e3 --- /dev/null +++ b/net/rubygem-octokit/pkg-descr @@ -0,0 +1,3 @@ +Simple wrapper for the GitHub API + +WWW: https://github.com/octokit/octokit.rb