aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-columnize/Makefile
blob: 4101f0978da81ed2908123fc292cda917e475c1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection makefile for:    rubygem-columnize
# Date created:             17 Oct 2008
# Whom:                 Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$

PORTNAME=   columnize
PORTVERSION=    0.3.0
CATEGORIES= devel rubygems
MASTER_SITES=   ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= rocky-hacks

MAINTAINER= wenheping@gmail.com
COMMENT=    Sorts an Array in Column Order

USE_RUBY=   yes
USE_RUBYGEMS=   yes

.include <bsd.port.mk>