diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 20:40:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 20:40:28 +0000 |
commit | a106c7af1288401ffed4fb5c32bd67ed850b66d7 (patch) | |
tree | 983346657b4e9e956dbf7c82c2ddd779af899dd6 /databases/Makefile | |
parent | PEAR::Structures_Graph is a package for creating and manipulating graph (diff) |
PEAR::DBA is a wrapper for the php DBA functions. It includes a file-based
emulator and provides a uniform, object-based interface for the
Berkeley-style database systems.
PR: ports/78600
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=130930
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 426be3b50e03..b9a671f1ec8b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -216,6 +216,7 @@ SUBDIR += pear-DB_Pager SUBDIR += pear-DB_QueryTool SUBDIR += pear-DB_ldap + SUBDIR += pear-DBA SUBDIR += pear-MDB SUBDIR += pear-MDB2 SUBDIR += pear-MDB_QueryTool |