net/rubygem-octokit: create port

Simple wrapper for the GitHub API

WWW: https://github.com/octokit/octokit.rb

Submitted by:	xmj
This commit is contained in:
Steve Wills 2014-09-27 04:33:25 +00:00
parent b9a010e340
commit be1b91d61c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369359
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,20 @@
# Created by: Johannes Meixner <xmj@chaot.net>
# $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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/octokit-3.3.1.gem) = b6553d739faeb3b91fc8a1b9b3953d4532125b295bae8fbdd072e0663508d777
SIZE (rubygem/octokit-3.3.1.gem) = 56320

View File

@ -0,0 +1,3 @@
Simple wrapper for the GitHub API
WWW: https://github.com/octokit/octokit.rb