b44bd3a0ba
With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# Ports collection makefile for: rubygem-columnize
|
|
# Date created: 17 Oct 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= columnize
|
|
PORTVERSION= 0.3.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sorts an Array in Column Order
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|