ports/net/rubygem-oauth-tty/Makefile
Po-Chuan Hsieh 3a88adbd6b
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.
2024-05-20 01:15:02 +08:00

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>