summaryrefslogtreecommitdiff
path: root/misc/ruby-columnize/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-12 16:55:01 +0000
committertaca <taca@pkgsrc.org>2011-08-12 16:55:01 +0000
commit88d48c63af44b3523b2a22448002241953477bb8 (patch)
tree47365c2991c6b27d65477d942962fbade8e30ee7 /misc/ruby-columnize/Makefile
parent04bab2fe92e9c5c871d539d3c8bb51171abb614c (diff)
downloadpkgsrc-88d48c63af44b3523b2a22448002241953477bb8.tar.gz
Update misc/ruby-columnize package to 0.3.4.
0.3.4 July 4, 2011 - Change to Ruby License - Add option 'term_adjust' to ignore terminal sequences in text - Add :ljust => :auto to decide whether or not to automatically left or right justify. When passing a hash parameter, the default is :auto.
Diffstat (limited to 'misc/ruby-columnize/Makefile')
-rw-r--r--misc/ruby-columnize/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/ruby-columnize/Makefile b/misc/ruby-columnize/Makefile
index 19c648302ae..4d349b624a5 100644
--- a/misc/ruby-columnize/Makefile
+++ b/misc/ruby-columnize/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2011/06/19 01:46:47 taca Exp $
+# $NetBSD: Makefile,v 1.7 2011/08/12 16:55:01 taca Exp $
-DISTNAME= columnize-0.3.3
+DISTNAME= columnize-0.3.4
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/rocky-hacks/columnize
COMMENT= Ruby module to print an Array in column-sorted order
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2 OR ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"