diff options
author | joerg <joerg> | 2014-04-17 20:19:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-04-17 20:19:35 +0000 |
commit | d74bcd14820a578f4528ca9d706e2a42a788be33 (patch) | |
tree | 8418149543f1b5e961c438fa25fe8039bfed72be /misc | |
parent | c7cd26cc228e30cc34d13fa2387d1a0fd9029e46 (diff) | |
download | pkgsrc-d74bcd14820a578f4528ca9d706e2a42a788be33.tar.gz |
Needs Ruby 1.9.3+
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-rainbow/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ruby-rainbow/Makefile b/misc/ruby-rainbow/Makefile index 8573d77154c..6c7c990b8b1 100644 --- a/misc/ruby-rainbow/Makefile +++ b/misc/ruby-rainbow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/03/09 15:24:07 tsutsui Exp $ +# $NetBSD: Makefile,v 1.5 2014/04/17 20:19:35 joerg Exp $ # DISTNAME= rainbow-2.0.0 @@ -11,5 +11,7 @@ LICENSE= mit USE_LANGUAGES= # none +RUBY_VERSION_SUPPORTED= 200 193 21 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |