aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2014-07-26 20:04:07 +0800
committerkoobs <koobs@FreeBSD.org>2014-07-26 20:04:07 +0800
commit6f45d7358477ed651a8c18ab38d753d050eac956 (patch)
tree83703cb6f2e7f16a605437474207f50d4b8881a5 /databases/Makefile
parent878d406332e76eacdf61f260d552422566506d6d (diff)
downloadfreebsd-ports-gnome-6f45d7358477ed651a8c18ab38d753d050eac956.tar.gz
freebsd-ports-gnome-6f45d7358477ed651a8c18ab38d753d050eac956.tar.zst
freebsd-ports-gnome-6f45d7358477ed651a8c18ab38d753d050eac956.zip
databases/py-mysql-connector-python: MySQL driver written in Python
MySQL driver written in Python which does not depend on MySQL C client libraries and implements the DB API v2.0 specification (PEP-249). WWW: http://dev.mysql.com/doc/connector-python/en PR: 191722 Submitted by: <arcade at b1t dot name> (with changes)
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 be5f012416ec..af2e7be71c67 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -737,6 +737,7 @@
SUBDIR += py-leveldb
SUBDIR += py-memcached
SUBDIR += py-mssql
+ SUBDIR += py-mysql-connector-python
SUBDIR += py-mysql2pgsql
SUBDIR += py-odbc
SUBDIR += py-oops