summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-06-18 07:21:09 +0000
committerrillig <rillig@pkgsrc.org>2007-06-18 07:21:09 +0000
commit68d8260f827268c6eacb4e9ee6d0f54df523c634 (patch)
tree63f3851a9f3dd30f95a07c5e78576d7698d2d16e /lang
parent038a4adfdee77515f7c5c51b92e6a85ef0372ea9 (diff)
downloadpkgsrc-68d8260f827268c6eacb4e9ee6d0f54df523c634.tar.gz
Added the usual documentation.
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk56
1 files changed, 54 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 596eef551df..9dc46ea2476 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,5 +1,57 @@
-# $NetBSD: phpversion.mk,v 1.5 2006/06/02 18:27:56 joerg Exp $
-# PHP wrapper, for module builds
+# $NetBSD: phpversion.mk,v 1.6 2007/06/18 07:21:09 rillig Exp $
+#
+# This file selects a PHP version, based on the user's preferences and
+# the installed packages.
+#
+# === User-settable variables ===
+#
+# PHP_VERSION_DEFAULT
+# The PHP version to choose when more than one is acceptable to
+# the package.
+#
+# Possible: 4 5
+# Default: 4
+#
+# === Package-settable variables ===
+#
+# PHP_VERSIONS_ACCEPTED
+# The PHP versions that are accepted by the package.
+#
+# Possible: 4 5
+# Default: 4 5
+#
+# PHP_VERSION_REQD
+# If the package works only with a specific PHP version, this
+# variable can be used to force it.
+#
+# Possible: (undefined) 4 5
+# Default: (undefined)
+#
+# === Variables defined by this file ===
+#
+# PKG_PHP_VERSION
+# The selected PHP version.
+#
+# Possible: 4 5
+# Default: ${PHP_VERSION_DEFAULT}
+#
+# PKG_PHP
+# The same as ${PKG_PHP_VERSION}, prefixed with "PHP".
+# XXX: Why is this necessary?
+#
+# PHPPKGSRCDIR
+# The directory of the PHP implementation, relative to the
+# package directory.
+#
+# Example: ../../lang/php5
+#
+# PHP_PKG_PREFIX
+# The prefix that is prepended to the package name.
+#
+# Example: php5
+#
+# Keywords: php
+#
.if !defined(PHPVERSION_MK)
PHPVERSION_MK= defined