aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-11-27 05:37:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-11-27 05:37:07 +0000
commit5cdd4c3c558f6c6478f5aa62fb1cc901728e58b2 (patch)
tree78d8027eda4286612aef74b6520ce849b2252188 /databases/Makefile
parentac7c9771a55ea4ad04f19ab60d246c8641eb9ae4 (diff)
downloadports-5cdd4c3c558f6c6478f5aa62fb1cc901728e58b2.tar.gz
ports-5cdd4c3c558f6c6478f5aa62fb1cc901728e58b2.zip
New port: databases/pear-MDB2 PEAR database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. Note that the API will be adapted to better fit with the new php5 only PDO before the first stable release. It provides a common API for all support RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. Currently supported RDBMS: MySQL PostGreSQL Oracle Frontbase Querysim Interbase/Firebird MSSQL SQLite Other soon to follow. PR: ports/74408 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes
Notes: svn path=/head/; revision=122556
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 2c3f455e5faf..e37d6f8d3a41 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -212,6 +212,7 @@
SUBDIR += pear-DB_DataObject_FormBuilder
SUBDIR += pear-DB_Pager
SUBDIR += pear-MDB
+ SUBDIR += pear-MDB2
SUBDIR += pear-sqlite
SUBDIR += pecl-memcache
SUBDIR += pgaccess