mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
OAuth::TTY provides a TTY Command Line Interface for interacting with OAuth 1.0 services.
21 lines
397 B
Makefile
21 lines
397 B
Makefile
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>
|