837cd0d4ce
PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
10 lines
273 B
Makefile
10 lines
273 B
Makefile
# $OpenBSD: Makefile.pear,v 1.1.1.1 2004/10/02 11:32:38 robert Exp $
|
|
# Default Makefile to install a PHP PEAR module
|
|
|
|
default:
|
|
|
|
install:
|
|
cp ${WRKDIR}/package.xml ${.CURDIR}
|
|
mkdir -p ${PREFIX}/lib/php
|
|
${LOCALBASE}/bin/pear install -R ${WRKINST} -n ${.CURDIR}/package.xml
|