Sun Jun 7 15:56:05 2015 UTC ()
Allow this package build on Ruby 2.2.


(taca)
diff -r1.11 -r1.12 pkgsrc/misc/ruby-columnize/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/misc/ruby-columnize/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-columnize/Makefile 2015/02/03 14:59:19 1.11
+++ pkgsrc/misc/ruby-columnize/Makefile 2015/06/07 15:56:05 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.11 2015/02/03 14:59:19 taca Exp $ 1# $NetBSD: Makefile,v 1.12 2015/06/07 15:56:05 taca Exp $
2 2
3DISTNAME= columnize-0.9.0 3DISTNAME= columnize-0.9.0
4CATEGORIES= misc 4CATEGORIES= misc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/rocky/columnize 7HOMEPAGE= https://github.com/rocky/columnize
8COMMENT= Format an Array as an Array of String aligned in columns 8COMMENT= Format an Array as an Array of String aligned in columns
9LICENSE= gnu-gpl-v2 OR ruby-license 9LICENSE= gnu-gpl-v2 OR ruby-license
10 10
11RUBY_VERSION_SUPPORTED= 193 200 21 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"