Fri Jan 17 18:58:19 2014 UTC ()
Add RUBY_VERSION_SUPPORTED= line since ruby 1.8 support was dropped.


(tsutsui)
diff -r1.2 -r1.3 pkgsrc/misc/ruby-rainbow/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/misc/ruby-rainbow/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-rainbow/Makefile 2014/01/17 18:16:27 1.2
+++ pkgsrc/misc/ruby-rainbow/Makefile 2014/01/17 18:58:19 1.3
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2014/01/17 18:16:27 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.3 2014/01/17 18:58:19 tsutsui Exp $
2# 2#
3 3
4DISTNAME= rainbow-1.99.1 4DISTNAME= rainbow-1.99.1
5CATEGORIES= misc 5CATEGORIES= misc
6 6
7MAINTAINER= tsutsui@NetBSD.org 7MAINTAINER= tsutsui@NetBSD.org
8HOMEPAGE= https://github.com/sickill/rainbow 8HOMEPAGE= https://github.com/sickill/rainbow
9COMMENT= Extends ruby String class enabling coloring text on ANSI terminals 9COMMENT= Extends ruby String class enabling coloring text on ANSI terminals
10LICENSE= mit 10LICENSE= mit
11 11
 12RUBY_VERSION_SUPPORTED= 200 193
 13
12USE_LANGUAGES= # none 14USE_LANGUAGES= # none
13 15
14.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"