diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2012-05-14 22:17:24 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2012-05-14 22:17:24 +0000 |
commit | 9ce21e546248da73aadf52f6b9fc7e6974bbf003 (patch) | |
tree | e8d7d43119c0212c57e389a77175b9e8379d3c2e /databases/Makefile | |
parent | 8b80f20ccd647c7cd64f9b3b34341a1716760528 (diff) |
Add py-MySQLdb55, a slave port of py-MySQLdb with MySQL 5.5.
PR: ports/152066
Submitted by: Tom Judge <tom@tomjudge.com>
Notes
Notes:
svn path=/head/; revision=296624
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 2b4937624a6c..6a50ba4c6c6f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -645,6 +645,7 @@ SUBDIR += py-MySQLdb41 SUBDIR += py-MySQLdb50 SUBDIR += py-MySQLdb51 + SUBDIR += py-MySQLdb55 SUBDIR += py-PyGreSQL SUBDIR += py-bsddb SUBDIR += py-bsddb3 |