1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add py-MySQLdb51, a slave port of py-MySQLdb with MySQL 5.1.

PR:		ports/152066
Submitted by:	Tom Judge <tom@tomjudge.com>
This commit is contained in:
Julien Laffaye 2012-05-14 22:16:32 +00:00
parent 120fcbafc4
commit 8b80f20ccd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296623
2 changed files with 19 additions and 0 deletions

View File

@ -644,6 +644,7 @@
SUBDIR += py-MySQLdb
SUBDIR += py-MySQLdb41
SUBDIR += py-MySQLdb50
SUBDIR += py-MySQLdb51
SUBDIR += py-PyGreSQL
SUBDIR += py-bsddb
SUBDIR += py-bsddb3

View File

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