diff options
author | taca <taca> | 2004-12-01 15:30:16 +0000 |
---|---|---|
committer | taca <taca> | 2004-12-01 15:30:16 +0000 |
commit | 0f5f8f21cac2ae0379cdb38acc0c45cd03c53ad5 (patch) | |
tree | 22ab140b82d275511935a8c287c6b1585be8cf9e /lang | |
parent | 72fbc1e5ecddf583ed8350a3fde572e1fba26ec7 (diff) | |
download | pkgsrc-0f5f8f21cac2ae0379cdb38acc0c45cd03c53ad5.tar.gz |
Add RUBY_VERSION_LIST, list of supported ${RUBY_VER}.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 7 |
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-". |