freebsd-ports/devel/rubygem-tty-config/Makefile
Sunpoet Po-Chuan Hsieh 94282a0b26 Add rubygem-tty-config 0.2.0
TTY::Config provides app configuration component for TTY toolkit. It defines,
reads and writes any Ruby app configurations with a penchant for terminal
clients.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-config
2018-05-31 19:48:28 +00:00

19 lines
354 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-config
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Define, read and write any Ruby app configurations
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>