6cd9243157
This port is going to replace the -pear subpackage of www/php5/core. We have been planning this for a long time now. Currently is not hooked to the builds, because it needs more testing.
19 lines
393 B
Makefile
19 lines
393 B
Makefile
# $OpenBSD: pear.port.mk,v 1.1.1.1 2007/03/19 23:13:23 robert Exp $
|
|
# PHP PEAR module
|
|
|
|
RUN_DEPENDS+= :pear-*:www/pear
|
|
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
|
|
|
NO_BUILD= Yes
|
|
.if !target(do-regress)
|
|
NO_REGRESS= Yes
|
|
.endif
|
|
|
|
MAKE_FILE= ${PORTSDIR}/www/pear/Makefile.pear
|
|
FAKE_FLAGS+= WRKINST=${WRKINST} WRKDIR=${WRKDIR}
|
|
|
|
PREFIX= /var/www
|
|
|
|
PEAR_LIBDIR= ${PREFIX}/pear/lib
|
|
PEAR_PHPBIN= ${LOCALBASE}/bin/php
|