aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-03-28 00:59:17 +0800
committerpawel <pawel@FreeBSD.org>2013-03-28 00:59:17 +0800
commit80a0140d8e781ac8920b3653b61bbe07628118fa (patch)
tree4713c52b14091def2643bdff04614d2fb3002444 /databases/Makefile
parent2ecca21d8112deea4bc301db89469076eb5acb04 (diff)
downloadfreebsd-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/Makefile1
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