diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-06 08:20:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-06 08:20:32 +0800 |
commit | fde0bd6f2732663d9b40f90f43e886a090c5991e (patch) | |
tree | fa2b7840b6eebb3709dfab8fec7a6df41bb28b74 /databases/Makefile | |
parent | 9b9c4f8fcad047c2bccf5ec3f902cb14fb4fdbb5 (diff) | |
download | freebsd-ports-gnome-fde0bd6f2732663d9b40f90f43e886a090c5991e.tar.gz freebsd-ports-gnome-fde0bd6f2732663d9b40f90f43e886a090c5991e.tar.zst freebsd-ports-gnome-fde0bd6f2732663d9b40f90f43e886a090c5991e.zip |
New port: databases/py-PySQLite
The goal of the PySQLite project is to develop a Python
extension for SQLite that conforms to the Python Database
API Specification 2.0. SQLite is a powerful embedded
relational database management system in a compact C library.
It offers support for a large subset of SQL92, multiple
tables, indices, transactions and triggers.
PR: ports/43571
Submitted by: Gerhard Häring <gerhard.haering@gmx.de>
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 fa1c21efd6ac..f11ed51e53df 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -138,6 +138,7 @@ SUBDIR += py-MySQL SUBDIR += py-MySQLdb SUBDIR += py-PyGreSQL + SUBDIR += py-PySQLite SUBDIR += py-SQLDict SUBDIR += py-bsddb3 SUBDIR += py-cdb |