1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/rubygem-table_print/Makefile
Steve Wills bf91ebf84f TablePrint turns objects into nicely formatted columns for easy reading.
Works great in rails console, works on pure ruby objects, autodetects
columns and lets you traverse ActiveRecord associations.

WWW: http://tableprintgem.com/

PR:		ports/ports/187483
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-13 17:14:26 +00:00

19 lines
311 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= table_print
PORTVERSION= 1.5.1
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Turn objects into formatted columns
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>