pkgsrc/misc/ruby-columnize/Makefile
taca 1a2861aea2 Update ruby-columnize to 0.9.0.
0.9.0 Dec 5, 2014  - Early gecko

0.8.9 Apr 19, 2014
- Add columnize method to Array class and a place to set its default options
- Add option :colfmt to allow a format specifier to use (e.g. '%02d')
  in stringifying
  list items
- Add option linesuffix (default is "\n")
- When using arrange_array each line now has trailing ","
2015-02-03 14:59:19 +00:00

14 lines
388 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/02/03 14:59:19 taca Exp $
DISTNAME= columnize-0.9.0
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rocky/columnize
COMMENT= Format an Array as an Array of String aligned in columns
LICENSE= gnu-gpl-v2 OR ruby-license
RUBY_VERSION_SUPPORTED= 193 200 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"