diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-06-05 09:44:59 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-06-05 09:44:59 +0000 |
commit | 03bdd660cde088ba7bed52e0fdd8cb45cd4092bc (patch) | |
tree | cba1d78a43275d596e468aa7539d7cbfaa1ae913 /share/man/man5 | |
parent | bf150b5ad96c5b28a83b04eee6c33c324e26af80 (diff) |
Describe pear.port.mk
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 1b876b4d6e1..ed7f576cfb4 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.92 2011/06/02 17:33:37 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.93 2011/06/05 09:44:58 sthen Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 2 2011 $ +.Dd $Mdocdate: June 5 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -596,6 +596,14 @@ Port can also append values to MOZILLA_SUBST_FILES which contains the list of files to run SUBST_CMD on during pre-configure, and MOZILLA_AUTOCONF_DIRS which contains the list of dirs where AUTOCONF will be run during pre-configure. .It www/pear +Used for PHP PEAR ports. +Sets default MASTER_SITES, EXTRACT_SUFX, PKGNAME. +Sets PREFIX to /var/www. +Sets NO_REGRESS unless a do-regress target is defined. +Adds common dependencies to RUN_DEPENDS and BUILD_DEPENDS and sets +MAKE_FILE and FAKE_FLAGS appropriately. +Makes PEAR_LIBDIR and PEAR_PHPBIN available for use in the port. +Sets a default PKGNAME and appends to CATEGORIES. .It www/plone Sets MODPLONE_VERSION and MODZOPE_VERSION. MODPLONE_VERSION is the default version used by all Plone ports and may be overridden. |