diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-28 00:59:17 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-28 00:59:17 +0800 |
commit | 80a0140d8e781ac8920b3653b61bbe07628118fa (patch) | |
tree | 4713c52b14091def2643bdff04614d2fb3002444 /databases/Makefile | |
parent | 2ecca21d8112deea4bc301db89469076eb5acb04 (diff) | |
download | freebsd-ports-gnome-80a0140d8e781ac8920b3653b61bbe07628118fa.tar.gz freebsd-ports-gnome-80a0140d8e781ac8920b3653b61bbe07628118fa.tar.zst freebsd-ports-gnome-80a0140d8e781ac8920b3653b61bbe07628118fa.zip |
pyspatialite is an interface to the SQLite 3.x embedded relational database
engine with spatialite extensions.
It is almost fully compliant with the Python database API version 2.0 also
exposes the unique features of SQLite and spatialite.
WWW: https://code.google.com/p/pyspatialite/
PR: ports/173079
Submitted by: lbartoletti <coder@tuxfamily.org>
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 fc1369890b76..c062f97655cb 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -767,6 +767,7 @@ SUBDIR += pydbdesigner SUBDIR += pydbx SUBDIR += pymongo + SUBDIR += pyspatialite SUBDIR += qdbm SUBDIR += qdbm-plus SUBDIR += qt-mysql-plugin |