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:
parent
b9a010e340
commit
be1b91d61c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369359
@ -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
|
||||
|
20
net/rubygem-octokit/Makefile
Normal file
20
net/rubygem-octokit/Makefile
Normal 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>
|
2
net/rubygem-octokit/distinfo
Normal file
2
net/rubygem-octokit/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/octokit-3.3.1.gem) = b6553d739faeb3b91fc8a1b9b3953d4532125b295bae8fbdd072e0663508d777
|
||||
SIZE (rubygem/octokit-3.3.1.gem) = 56320
|
3
net/rubygem-octokit/pkg-descr
Normal file
3
net/rubygem-octokit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Simple wrapper for the GitHub API
|
||||
|
||||
WWW: https://github.com/octokit/octokit.rb
|
Loading…
Reference in New Issue
Block a user