summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2014-01-17 18:58:19 +0000
committertsutsui <tsutsui@pkgsrc.org>2014-01-17 18:58:19 +0000
commit498e6eea0018fdeab5ec5c2a7e3496a4fa24a10e (patch)
tree177bd46a884732e555298d7d14452930e187958d /misc
parent4b2310828f033aa142018ee4f302f2d8cccc6410 (diff)
downloadpkgsrc-498e6eea0018fdeab5ec5c2a7e3496a4fa24a10e.tar.gz
Add RUBY_VERSION_SUPPORTED= line since ruby 1.8 support was dropped.
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-rainbow/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ruby-rainbow/Makefile b/misc/ruby-rainbow/Makefile
index 65157f810d1..0523ee59815 100644
--- a/misc/ruby-rainbow/Makefile
+++ b/misc/ruby-rainbow/Makefile
@@ -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
@@ -9,6 +9,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
.include "../../lang/ruby/gem.mk"