pkgsrc/misc/ruby-columnize/Makefile
taca a5e4dfa8a8 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.
2011-08-12 16:55:01 +00:00

12 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/08/12 16:55:01 taca Exp $
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 OR ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"