mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/rubygem-oauth-tty: Add rubygem-oauth-tty 1.0.5
OAuth::TTY provides a TTY Command Line Interface for interacting with OAuth 1.0 services.
This commit is contained in:
parent
93b5cdd8ae
commit
3a88adbd6b
@ -1365,6 +1365,7 @@
|
||||
SUBDIR += rubygem-nkf
|
||||
SUBDIR += rubygem-no_proxy_fix
|
||||
SUBDIR += rubygem-oauth
|
||||
SUBDIR += rubygem-oauth-tty
|
||||
SUBDIR += rubygem-oauth0
|
||||
SUBDIR += rubygem-oauth2
|
||||
SUBDIR += rubygem-oauth21
|
||||
|
21
net/rubygem-oauth-tty/Makefile
Normal file
21
net/rubygem-oauth-tty/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
PORTNAME= oauth-tty
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= OAuth 1.0 TTY Command Line Interface
|
||||
WWW= https://gitlab.com/oauth-xx/oauth-tty
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-version_gem>=1.1.1<2:devel/rubygem-version_gem
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/oauth
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-oauth-tty/distinfo
Normal file
3
net/rubygem-oauth-tty/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1715842498
|
||||
SHA256 (rubygem/oauth-tty-1.0.5.gem) = 34e25c307da4509d4deec266ff3690bbf42e391355f496201c029268862d8b17
|
||||
SIZE (rubygem/oauth-tty-1.0.5.gem) = 18944
|
2
net/rubygem-oauth-tty/pkg-descr
Normal file
2
net/rubygem-oauth-tty/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
OAuth::TTY provides a TTY Command Line Interface for interacting with OAuth 1.0
|
||||
services.
|
Loading…
Reference in New Issue
Block a user