summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2004-12-01 15:30:16 +0000
committertaca <taca>2004-12-01 15:30:16 +0000
commitfde8bccab06dab208b7f3bd453559a5f2fcf3a7d (patch)
tree22ab140b82d275511935a8c287c6b1585be8cf9e /lang
parentb5dea891add8220a258fa605fd6d70b3f7cdbf27 (diff)
downloadpkgsrc-fde8bccab06dab208b7f3bd453559a5f2fcf3a7d.tar.gz
Add RUBY_VERSION_LIST, list of supported ${RUBY_VER}.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rubyversion.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 6eced3f35b1..ec4c9f8cf12 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.3 2004/11/29 07:05:00 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.4 2004/12/01 15:30:16 taca Exp $
#
.ifndef _RUBYVERSION_MK
@@ -38,6 +38,11 @@ RUBY_VERSION?= ${RUBY18_VERSION}
#
RUBY_VERSION_SUPPORTED?= 16 18
+# RUBY_VERSION_LIST defines the list of ${RUBY_VER} which is known to
+# this framework.
+#
+RUBY_VERSION_LIST= 16 18
+
# RUBY_NOVERSION should be set to "Yes" if the package dosen't depend on
# any specific version of ruby command. In this case, package's
# name begin with "ruby-".