diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-07 04:12:43 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-07 04:12:43 +0000 |
commit | 2a1d91736618a59f53c6a1d78f1bee4a3b22e56d (patch) | |
tree | f43d7ab58995cc6dc69e265fa4e11688314b69cc /databases/Makefile | |
parent | 0867160c6faa94336c7368a2d73f667356119005 (diff) |
Python DB-API 2.0 client interface for Cassandra
WWW: http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/
PR: ports/163292
Submitted by: Radim Kolar <hsn@sendmail.cz>
Notes
Notes:
svn path=/head/; revision=288654
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 ffe359527b22..5bbd41ce85a6 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -649,6 +649,7 @@ SUBDIR += py-cdb SUBDIR += py-cmemcache SUBDIR += py-couchdb + SUBDIR += py-cql SUBDIR += py-dbf SUBDIR += py-dbutils SUBDIR += py-firebirdsql |