2a8fa92edf
- Optional headings - Alignment of columns, headings, or cells - Supports column span - Easy modification of table strings (+, -, |) WWW: https://github.com/visionmedia/terminal-table PR: ports/156435 Submitted by: Eric Freeman <freebsdports at chillibear.com>
20 lines
436 B
Makefile
20 lines
436 B
Makefile
# Ports collection makefile for: rubygem-terminal-table
|
|
# Date created: 15 April 2011
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= terminal-table
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Simple, feature rich ascii table generation library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|