Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -3425,19 +3425,25 @@ Use WWWOWN and - WWWGRP, with parsimony, and remember that - every file the web server can write to is a security risk - waiting to happen. + WWWGRP sparingly. Remember that every + file the web server can write to is a security risk waiting + to happen. Do not depend on Apache unless the web app explicitly needs Apache. Respect that users may wish to run a web - app on different web server than Apache. + application on a web server other than + Apache. PHP + PHP web applications declare + their dependency on it with USES=php. + Variables are used to specify which + PHP modules are required. + Variables for Ports That Use PHP @@ -3445,10 +3451,7 @@ USE_PHP - The port requires PHP. The value - yes adds a dependency on PHP. - The list of required PHP extensions can be specified - instead. Example: + The list of required PHP extensions. Example: pcre xml gettext Index: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -1722,6 +1722,15 @@ _USE_PGSQL_DEP. + + <literal>php</literal> + + Possible arguments: (none) + + Provide support for PHP. See + for more information. + + <literal>pkgconfig</literal>