mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add pear-MDB2_Driver_sqlite 1.3.0, PEAR sqlite MDB2 driver.
This commit is contained in:
parent
c0fac0fffe
commit
3550040743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184555
@ -324,6 +324,7 @@
|
||||
SUBDIR += pear-MDB2_Driver_mysql
|
||||
SUBDIR += pear-MDB2_Driver_mysqli
|
||||
SUBDIR += pear-MDB2_Driver_pgsql
|
||||
SUBDIR += pear-MDB2_Driver_sqlite
|
||||
SUBDIR += pear-MDB_QueryTool
|
||||
SUBDIR += pecl-PDO
|
||||
SUBDIR += pecl-PDO_DBLIB
|
||||
|
30
databases/pear-MDB2_Driver_sqlite/Makefile
Normal file
30
databases/pear-MDB2_Driver_sqlite/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: pear-MDB2_Driver_sqlite
|
||||
# Date created: 07 Feb 2007
|
||||
# Whom: Rong-En Fan <rafan@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MDB2_Driver_sqlite
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= databases www pear
|
||||
|
||||
MAINTAINER= rafan@FreeBSD.org
|
||||
COMMENT= PEAR sqlite MDB2 driver
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PHP= sqlite
|
||||
|
||||
FILES= MDB2/Driver/Datatype/sqlite.php \
|
||||
MDB2/Driver/Function/sqlite.php \
|
||||
MDB2/Driver/Manager/sqlite.php \
|
||||
MDB2/Driver/Native/sqlite.php \
|
||||
MDB2/Driver/Reverse/sqlite.php \
|
||||
MDB2/Driver/sqlite.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
databases/pear-MDB2_Driver_sqlite/distinfo
Normal file
3
databases/pear-MDB2_Driver_sqlite/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PEAR/MDB2_Driver_sqlite-1.3.0.tgz) = 3bf6b28817482409b80b8c232d539b2d
|
||||
SHA256 (PEAR/MDB2_Driver_sqlite-1.3.0.tgz) = 25cf7ea1cc33324f497243727d369be8eb6e6c4849b50c6dab6160c84f85e9e6
|
||||
SIZE (PEAR/MDB2_Driver_sqlite-1.3.0.tgz) = 27558
|
3
databases/pear-MDB2_Driver_sqlite/pkg-descr
Normal file
3
databases/pear-MDB2_Driver_sqlite/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is the SQLite MDB2 driver.
|
||||
|
||||
WWW: http://pear.php.net/package/MDB2_Driver_sqlite/
|
Loading…
Reference in New Issue
Block a user