diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-04-22 00:47:39 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-04-22 00:47:39 +0000 |
commit | 2bec4362d9b8de36c0892f4c55953fa7480130a8 (patch) | |
tree | ef362b82f8f617b0dbefe32121b25d78db75a8a6 /databases/Makefile | |
parent | 9708defb1172626255cd489ba6dd02a305e3b222 (diff) |
This is a python DBAPI module for FirebirdSQL.
WWW: https://github.com/nakagami/pyfirebirdsql
PR: ports/156414
Submitted by: Jose Jachuf <jjachuf@gmail.com>
Notes
Notes:
svn path=/head/; revision=273014
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 4ece23057f6b..bcfd6c9a6ce3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -644,6 +644,7 @@ SUBDIR += py-couchdb SUBDIR += py-dbf SUBDIR += py-dbutils + SUBDIR += py-firebirdsql SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm |