747850d9a8
PR: 137902 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
21 lines
410 B
Makefile
21 lines
410 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.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= rocky-hacks
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Sorts an Array in Column Order
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|