freebsd-ports/devel/rubygem-tty-box/Makefile
2019-06-05 19:40:38 +00:00

24 lines
517 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-box
PORTVERSION= 0.4.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.5:devel/rubygem-strings \
rubygem-tty-cursor>=0.7:devel/rubygem-tty-cursor
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>