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 context 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,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/01/17 18:16:27 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/17 18:58:19 tsutsui Exp $
 #
 
 DISTNAME=	rainbow-1.99.1
@@ -8,6 +8,8 @@
 HOMEPAGE=	https://github.com/sickill/rainbow
 COMMENT=	Extends ruby String class enabling coloring text on ANSI terminals
 LICENSE=	mit
+
+RUBY_VERSION_SUPPORTED=	200 193
 
 USE_LANGUAGES=	# none