freebsd-ports/devel/rubygem-tty-screen/Makefile
Sunpoet Po-Chuan Hsieh f94b35c04d Add rubygem-tty-screen 0.6.4
TTY::Screen provides independent terminal screen size detection component for
TTY toolkit. It supports terminal screen size detection which works on various
OS platforms and supports MRI, JRuby and Rubinius interpreters.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-screen
2018-03-12 20:40:08 +00:00

19 lines
334 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-screen
PORTVERSION= 0.6.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Terminal screen size detection
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>