diff options
author | pav <pav@FreeBSD.org> | 2005-03-12 04:40:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-12 04:40:28 +0800 |
commit | b63726809c90ca9282af7071ae93b599167ec2e8 (patch) | |
tree | 01cf9923d90a1743100250470bce84cbf59cf767 /databases/Makefile | |
parent | 466e17f9e6aeadfa111d896e2d38b23ada3b8506 (diff) | |
download | freebsd-ports-gnome-b63726809c90ca9282af7071ae93b599167ec2e8.tar.gz freebsd-ports-gnome-b63726809c90ca9282af7071ae93b599167ec2e8.tar.zst freebsd-ports-gnome-b63726809c90ca9282af7071ae93b599167ec2e8.zip |
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>
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 |