forked from Lainports/freebsd-ports
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
19 lines
334 B
Makefile
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>
|