From 120fcbafc485f23596911c98881f7b538e98e99b Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Mon, 14 May 2012 22:15:40 +0000 Subject: [PATCH] Add py-MySQLdb50, a slave port of py-MySQLdb with MySQL 5.0. PR: ports/152066 Submitted by: Tom Judge --- databases/Makefile | 1 + databases/py-MySQLdb50/Makefile | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 databases/py-MySQLdb50/Makefile diff --git a/databases/Makefile b/databases/Makefile index d63650ac1b5f..9d1d4bedc5d6 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -643,6 +643,7 @@ SUBDIR += py-Elixir SUBDIR += py-MySQLdb SUBDIR += py-MySQLdb41 + SUBDIR += py-MySQLdb50 SUBDIR += py-PyGreSQL SUBDIR += py-bsddb SUBDIR += py-bsddb3 diff --git a/databases/py-MySQLdb50/Makefile b/databases/py-MySQLdb50/Makefile new file mode 100644 index 000000000000..eeb7aa96ab1f --- /dev/null +++ b/databases/py-MySQLdb50/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: py-MySQLdb50 +# Date created: 2010-11-8 +# Whom: Tom Judge +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= 50 + +COMMENT= Access a MySQL database through Python (Using MySQL 5.0 Client) + +CONFLICTS= py*-MySQLdb-devel-[0-9]* py*-MySQLdb-[0-9]* py*-MySQLdb[45][0-9]-[0-9]* + +WANT_MYSQL_VER= 50 + +MASTERDIR= ${.CURDIR}/../py-MySQLdb + +.include "${MASTERDIR}/Makefile"