1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/rubygem-oauth0: Add rubygem-oauth0 0.5.14 (copied from rubygem-oauth)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2024-05-19 23:45:43 +08:00
parent fb346969bf
commit 93b5cdd8ae
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -1365,6 +1365,7 @@
SUBDIR += rubygem-nkf
SUBDIR += rubygem-no_proxy_fix
SUBDIR += rubygem-oauth
SUBDIR += rubygem-oauth0
SUBDIR += rubygem-oauth2
SUBDIR += rubygem-oauth21
SUBDIR += rubygem-octokit

View File

@ -0,0 +1,23 @@
PORTNAME= oauth
PORTVERSION= 0.5.14
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 0
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers
WWW= https://github.com/oauth-xx/oauth-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^0\.
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/oauth
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1661951082
SHA256 (rubygem/oauth-0.5.14.gem) = a900210081649de4a9a9443bfe76f03b58ab4fc614464f26d2d22e5668dffb90
SIZE (rubygem/oauth-0.5.14.gem) = 43008

View File

@ -0,0 +1,2 @@
Rubygem-oauth is a RubyGem for implementing both OAuth clients and
servers in Ruby applications.