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:
parent
fb346969bf
commit
93b5cdd8ae
@ -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
|
||||
|
23
net/rubygem-oauth0/Makefile
Normal file
23
net/rubygem-oauth0/Makefile
Normal 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>
|
3
net/rubygem-oauth0/distinfo
Normal file
3
net/rubygem-oauth0/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1661951082
|
||||
SHA256 (rubygem/oauth-0.5.14.gem) = a900210081649de4a9a9443bfe76f03b58ab4fc614464f26d2d22e5668dffb90
|
||||
SIZE (rubygem/oauth-0.5.14.gem) = 43008
|
2
net/rubygem-oauth0/pkg-descr
Normal file
2
net/rubygem-oauth0/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Rubygem-oauth is a RubyGem for implementing both OAuth clients and
|
||||
servers in Ruby applications.
|
Loading…
Reference in New Issue
Block a user