forked from Lainports/freebsd-ports
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.4
|
|
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>
|