mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
bf91ebf84f
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>
19 lines
311 B
Makefile
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>
|