freebsd-ports/devel/rubygem-tty-table/Makefile
Sunpoet Po-Chuan Hsieh f99457d8e0 Add rubygem-tty-table 0.10.0
TTY::Table provides independent table formatting component for TTY toolkit. It
supports a flexible and intuitive table formatting.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-table
2018-03-12 20:43:44 +00:00

25 lines
612 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-table
PORTVERSION= 0.10.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fexible and intuitive table generator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-equatable>=0.5.0:devel/rubygem-equatable \
rubygem-necromancer>=0.4.0:devel/rubygem-necromancer \
rubygem-pastel>=0.7.2:devel/rubygem-pastel \
rubygem-strings>=0.1.0:devel/rubygem-strings \
rubygem-tty-screen>=0.6.4:devel/rubygem-tty-screen
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>