summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-13 22:53:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-13 22:53:17 +0000
commit83d7fe1b46e614ef0d317a7967fbaa5aef75546a (patch)
tree6d2e6c038ed33e7041c1c4ba6316d1aa344a4a61 /databases/Makefile
parent- Update to version 1.3.0 (diff)
PDO provides a uniform data access interface, sporting advanced features such
as prepared statements and bound parameters. PDO drivers are dynamically loadable and may be developed independently from the core, but still accessed using the same API. PR: ports/86033 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
Notes
Notes: svn path=/head/; revision=142646
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 0c6eb5c9efe7..4f178983e890 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -246,6 +246,7 @@
SUBDIR += pear-MDB
SUBDIR += pear-MDB2
SUBDIR += pear-MDB_QueryTool
+ SUBDIR += pecl-PDO
SUBDIR += pecl-memcache
SUBDIR += pecl-sqlite
SUBDIR += pgaccess