summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-06-23 03:54:01 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-06-23 03:54:01 +0000
commit41a65d90c0bb966972c4a93e2918b427b09bafa8 (patch)
tree3cbf65bd15f1d42433709dce686191b5fb9514d3 /databases/Makefile
parentAdd games/nuclearchess (diff)
Add new port for python sqlite3 module.
This port installs a Python "standard" library version of pysqlite which is provided by databases/py-pysqlite22 already. Because sqlite3 module was introduced in Python 2.5, this port plays only for 2.5 or laters. See Also: http://docs.python.org/dev/lib/module-sqlite3.html
Notes
Notes: svn path=/head/; revision=166074
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 066de23b3527..38447520ac12 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -387,6 +387,7 @@
SUBDIR += py-oops
SUBDIR += py-psycopg
SUBDIR += py-pyPgSQL
+ SUBDIR += py-sqlite3
SUBDIR += py-sqlobject
SUBDIR += py-sqlrelay
SUBDIR += py-sybase