freebsd-ports/textproc/rubygem-terminal-table/Makefile
Jean-Sébastien Pédron 78fa5c7594 textprox/rubygem-terminal-table: Add unicode-display_width to RUN_DEPENDS
Bump PORTREVISION to 1.

Approved by:	antoine (mentor)
Differential Revision:	https://reviews.freebsd.org/D9155
2017-01-12 19:00:06 +00:00

21 lines
432 B
Makefile

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