summaryrefslogtreecommitdiff
path: root/misc/ruby-rainbow
diff options
context:
space:
mode:
authortsutsui <tsutsui>2014-01-17 18:58:19 +0000
committertsutsui <tsutsui>2014-01-17 18:58:19 +0000
commitcb7ab4b6218a79932b6eeba690135cd90fed9829 (patch)
tree177bd46a884732e555298d7d14452930e187958d /misc/ruby-rainbow
parentd971e2a49c19fc251dae2bbf1a803c1265c29a6d (diff)
downloadpkgsrc-cb7ab4b6218a79932b6eeba690135cd90fed9829.tar.gz
Add RUBY_VERSION_SUPPORTED= line since ruby 1.8 support was dropped.
Diffstat (limited to 'misc/ruby-rainbow')
-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"