freebsd-ports/textproc/rubygem-terminal-table/Makefile
Sunpoet Po-Chuan Hsieh a00a872a8d Fix gemspec for rubygem-unicode-display_width 1.2.0 update
- Bump PORTREVISION for package change
2017-04-09 09:03:52 +00:00

21 lines
432 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= terminal-table
PORTVERSION= 1.7.3
PORTREVISION= 2
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>