diff options
author | cheusov <cheusov> | 2012-09-16 20:03:50 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-09-16 20:03:50 +0000 |
commit | f150121438184fae4224127ee9b0b65d2512c721 (patch) | |
tree | ce35101ebfc8f4248e81f7754053eff8daa42ee9 /lang/ruby | |
parent | c193d8e1637a016336f7404dc416693e58645e80 (diff) | |
download | pkgsrc-f150121438184fae4224127ee9b0b65d2512c721.tar.gz |
Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move them
to "user variables" section. pkglint is now aware of them. Bump pkglint
version. Oked by wiz@
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index fd5b7943db8..ec1d7769e86 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.87 2012/09/16 15:27:42 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.88 2012/09/16 20:03:50 cheusov Exp $ # # This file determines which Ruby version is used as a dependency for @@ -27,6 +27,13 @@ # Possible values: Yes No # Default: Yes # +# RUBY_VERSION_REQD +# Ruby version to use. This is a user variable and +# should not be set in packages. +# Normally it is used by bulk build tools. +# +# Possible values: ${RUBY_VERSION_SUPPORTED} +# Default: ${RUBY_VERSION_DEFAULT} # # === Package-settable variables === # @@ -36,9 +43,6 @@ # Possible values: 18 193 # Default: 18 193 # -# RUBY_VERSION_REQD -# The Ruby versions force to build (for pbulk). -# # RUBY_NOVERSION # If "Yes", the package dosen't depend on any version of Ruby, such # as editing mode for emacs. In this case, package's name would begin |