5318b3b20e
okay maintainer(s)
10 lines
268 B
Makefile
10 lines
268 B
Makefile
# $OpenBSD: Makefile.pear,v 1.1 2004/08/03 12:54:40 espie 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
|