diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-16 20:03:50 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-16 20:03:50 +0000 |
commit | 85ef7fff4e992d57e7a5c316039e6752e3caebc5 (patch) | |
tree | ce35101ebfc8f4248e81f7754053eff8daa42ee9 /lang/php | |
parent | 5cefb433ae8ec052a3a513c61fd257f04bf32572 (diff) | |
download | pkgsrc-85ef7fff4e992d57e7a5c316039e6752e3caebc5.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/php')
-rw-r--r-- | lang/php/phpversion.mk | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 259e585667a..e30b93b3ff9 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.22 2012/09/14 15:54:22 taca Exp $ +# $NetBSD: phpversion.mk,v 1.23 2012/09/16 20:03:50 cheusov Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -13,6 +13,14 @@ # Possible: 53 54 # Default: 53 # +# PHP_VERSION_REQD +# PHP version to use. This is a user variable and +# should not be set in packages. +# Normally it is used by bulk build tools. +# +# Possible: ${PHP_VERSIONS_ACCEPTED} +# Default: ${PHP_VERSION_DEFAULT} +# # === Package-settable variables === # # PHP_VERSIONS_ACCEPTED @@ -21,13 +29,6 @@ # Possible: 53 54 # Default: 53 54 # -# PHP_VERSION_REQD -# If the package works only with a specific PHP version, this -# variable can be used to force it. -# -# Possible: (undefined) 53 54 -# Default: (undefined) -# # === Variables defined by this file === # # PKG_PHP_VERSION |