2b897bee13
0.3.6 Dec 17, 2011 - rename version.rb columnize/version.rb so as not to conflict with another package called version - Administrivia - shorten gemcutter description
14 lines
388 B
Makefile
14 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/03/17 16:16:32 taca Exp $
|
|
|
|
DISTNAME= columnize-0.3.6
|
|
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
|
|
|
|
RUBY_RDOC_REQD= 2.5.8
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|