mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Add pear-MDB2_Driver_mysqli 1.3.0, PEAR mysql MDB2 driver.
This commit is contained in:
parent
92109ad2c5
commit
999172cea7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184551
4 changed files with 37 additions and 0 deletions
|
@ -322,6 +322,7 @@
|
|||
SUBDIR += pear-MDB
|
||||
SUBDIR += pear-MDB2
|
||||
SUBDIR += pear-MDB2_Driver_mysql
|
||||
SUBDIR += pear-MDB2_Driver_mysqli
|
||||
SUBDIR += pear-MDB_QueryTool
|
||||
SUBDIR += pecl-PDO
|
||||
SUBDIR += pecl-PDO_DBLIB
|
||||
|
|
30
databases/pear-MDB2_Driver_mysqli/Makefile
Normal file
30
databases/pear-MDB2_Driver_mysqli/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: pear-MDB2_Driver_mysqli
|
||||
# Date created: 07 Feb 2007
|
||||
# Whom: Rong-En Fan <rafan@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MDB2_Driver_mysqli
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= databases www pear
|
||||
|
||||
MAINTAINER= rafan@FreeBSD.org
|
||||
COMMENT= PEAR mysql MDB2 driver
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PHP= mysqli
|
||||
|
||||
FILES= MDB2/Driver/Datatype/mysqli.php \
|
||||
MDB2/Driver/Function/mysqli.php \
|
||||
MDB2/Driver/Manager/mysqli.php \
|
||||
MDB2/Driver/Native/mysqli.php \
|
||||
MDB2/Driver/Reverse/mysqli.php \
|
||||
MDB2/Driver/mysqli.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
databases/pear-MDB2_Driver_mysqli/distinfo
Normal file
3
databases/pear-MDB2_Driver_mysqli/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (PEAR/MDB2_Driver_mysqli-1.3.0.tgz) = e532d0fa05b1b328ae4d74ff510e542c
|
||||
SHA256 (PEAR/MDB2_Driver_mysqli-1.3.0.tgz) = 84c07b4a0afcbfcb6a2d7b234e8a9026430a3bd18767f34bea0288e0f44f5f17
|
||||
SIZE (PEAR/MDB2_Driver_mysqli-1.3.0.tgz) = 33833
|
3
databases/pear-MDB2_Driver_mysqli/pkg-descr
Normal file
3
databases/pear-MDB2_Driver_mysqli/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the MySQLi MDB2 driver.
|
||||
|
||||
WWW: http://pear.php.net/package/MDB2_Driver_mysqli/
|
Loading…
Add table
Reference in a new issue