freebsd-ports/textproc/rubygem-terminal-table/Makefile
2017-05-17 17:16:00 +00:00

20 lines
416 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= terminal-table
PORTVERSION= 1.8.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, feature rich ASCII table generation library
LICENSE= MIT
RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1:devel/rubygem-unicode-display_width
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>