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