summaryrefslogtreecommitdiff
path: root/lang/ruby/rubyversion.mk
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-12-01 15:30:16 +0000
committertaca <taca@pkgsrc.org>2004-12-01 15:30:16 +0000
commit2686b6963f46fc8464059a08d1e8ef2b9d18eeb3 (patch)
tree22ab140b82d275511935a8c287c6b1585be8cf9e /lang/ruby/rubyversion.mk
parentcbeebba604fd9af8600f3c9fc879ba5d1feee63c (diff)
downloadpkgsrc-2686b6963f46fc8464059a08d1e8ef2b9d18eeb3.tar.gz
Add RUBY_VERSION_LIST, list of supported ${RUBY_VER}.
Diffstat (limited to 'lang/ruby/rubyversion.mk')
-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-".