freebsd-ports/devel/rubygem-tty-tree/Makefile
Sunpoet Po-Chuan Hsieh 810e1ffb40 Add rubygem-tty-tree 0.1.0
TTY::Prompt provides independent directory or hash data rendering component for
TTY toolkit. It prints directory or structured data in a tree like format.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-tree
2018-03-12 20:40:25 +00:00

19 lines
356 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-tree
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Print directory or structured data in tree like format
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>