2008-10-19 15:58:45 +02:00
|
|
|
# Ports collection makefile for: rubygem-columnize
|
|
|
|
# Date created: 17 Oct 2008
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= columnize
|
2011-12-20 06:10:36 +01:00
|
|
|
PORTVERSION= 0.3.6
|
2008-10-19 15:58:45 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-09-09 21:12:56 +02:00
|
|
|
MASTER_SITES= RG
|
2008-10-19 15:58:45 +02:00
|
|
|
|
2010-08-27 01:55:19 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2008-10-19 15:58:45 +02:00
|
|
|
COMMENT= Sorts an Array in Column Order
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-10-19 15:58:45 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|