Add py-MySQLdb55, a slave port of py-MySQLdb with MySQL 5.5.

PR:		ports/152066
Submitted by:	Tom Judge <tom@tomjudge.com>
This commit is contained in:
Julien Laffaye
2012-05-14 22:17:24 +00:00
parent 8b80f20ccd
commit 9ce21e5462
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# New ports collection makefile for: py-MySQLdb55
# Date created: 2010-11-8
# Whom: Tom Judge <tom@tomjudge.com>
#
# $FreeBSD$
#
PKGNAMESUFFIX= 55
COMMENT= Access a MySQL database through Python (Using MySQL 5.5 Client)
CONFLICTS= py*-MySQLdb-devel-[0-9]* py*-MySQLdb-[0-9]* py*-MySQLdb[45][0-9]-[0-9]*
WANT_MYSQL_VER= 55
MASTERDIR= ${.CURDIR}/../py-MySQLdb
.include "${MASTERDIR}/Makefile"