Sunpoet Po-Chuan Hsieh 5ca577c71a Add rubygem-tty-cursor 0.5.0
TTY::Cursor provides independent cursor movement component for TTY toolkit. It
supports terminal cursor positioning, visibility and text manipulation. The
purpose of this library is to help move the terminal cursor around and
manipulate text by using intuitive method calls.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-cursor
2018-03-12 20:37:19 +00:00

20 lines
331 B
Makefile

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