2013-02-04 03:26:45 +01:00
|
|
|
# Created by: Rong-En Fan <rafan@FreeBSD.org>
|
2007-02-08 08:40:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= MDB2_Driver_mysqli
|
2013-02-04 03:26:45 +01:00
|
|
|
DISTVERSION= 1.5.0b4
|
2007-02-08 08:40:32 +01:00
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
2007-04-27 17:05:08 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2012-07-24 22:23:22 +02:00
|
|
|
COMMENT= PEAR MySQL MDB2 driver
|
2007-02-08 08:40:32 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
2013-02-04 03:26:45 +01:00
|
|
|
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
2007-02-08 08:40:32 +01:00
|
|
|
|
|
|
|
USE_PHP= mysqli
|
2013-02-04 03:26:45 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2007-02-08 08:40:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|