aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-11-06 05:11:50 +0800
committerpawel <pawel@FreeBSD.org>2015-11-06 05:11:50 +0800
commit1cf9b5d8ee6bfb8606e1a4c7431281dbff0c7a14 (patch)
treea0535cf86e047a78810c2eeb90cdf830b550174a /databases/Makefile
parent9b10239399625328813bd5631c996dc62318b23d (diff)
downloadfreebsd-ports-gnome-1cf9b5d8ee6bfb8606e1a4c7431281dbff0c7a14.tar.gz
freebsd-ports-gnome-1cf9b5d8ee6bfb8606e1a4c7431281dbff0c7a14.tar.zst
freebsd-ports-gnome-1cf9b5d8ee6bfb8606e1a4c7431281dbff0c7a14.zip
oursql is a set of MySQL bindings for python 2.4+ with a focus
on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors. MySQL 4.1.2 or better is required. WWW: https://launchpad.net/oursql PR: 202915 Submitted by: Yuri Victorovich <yuri@rawbw.com>
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 e5905ac487d7..cf2aa20ea309 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -745,6 +745,7 @@
SUBDIR += py-mysql2pgsql
SUBDIR += py-odbc
SUBDIR += py-oops
+ SUBDIR += py-oursql
SUBDIR += py-peewee
SUBDIR += py-pg8000
SUBDIR += py-pg_pqueue