diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:05:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:05:59 +0000 |
commit | b34b62504270f2292763071ad4b569292d128eab (patch) | |
tree | bd48bdb15c434819e5cee08284fec6bc335e2120 /sysutils/pear-Log | |
parent | 3e566dc59013cd5a8f50ca845c296fc562148fbb (diff) | |
download | ports-b34b62504270f2292763071ad4b569292d128eab.tar.gz ports-b34b62504270f2292763071ad4b569292d128eab.zip |
Notes
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index a408a6cecfc1..49ccb1eb1085 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -8,11 +8,8 @@ CATEGORIES= sysutils www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR logging utilities -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= yes -PEAR_AUTOINSTALL= yes LATEST_LINK= pear-Log OPTIONS_DEFINE= PEAR_DB PEAR_MDB2 PEAR_MAIL PEAR_SQLITE @@ -21,23 +18,9 @@ PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_MAIL_DESC= PEAR::Mail support PHP_SQLITE_DESC= PHP sqlite support (php5 only) -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPEAR_DB} -BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -.endif - -.if ${PORT_OPTIONS:MPEAR_MDB2} -BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -.endif - -.if ${PORT_OPTIONS:MPEAR_MAIL} -BUILD_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail -.endif - -.if ${PORT_OPTIONS:MPHP_SQLITE} -USE_PHP+= sqlite -.endif +PEAR_DB_BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +PEAR_MAIL_BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail +PHP_SQLITE_USE= PHP=sqlite -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.mk> |