Sunpoet Po-Chuan Hsieh 1f97aa891e Add rubygem-tty-box 0.3.0
TTY::Box provides box drawing component for TTY toolkit. It draws various frames
and boxes in your terminal interface.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-box
2019-01-01 20:29:08 +00:00

25 lines
519 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-box
PORTVERSION= 0.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Draw various frames and boxes in your terminal interface
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-pastel>=0.7.2:devel/rubygem-pastel \
rubygem-strings>=0.1.4:devel/rubygem-strings \
rubygem-tty-cursor>=0.6.0:devel/rubygem-tty-cursor
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>