Add py-MySQLdb50, a slave port of py-MySQLdb with MySQL 5.0.
PR: ports/152066 Submitted by: Tom Judge <tom@tomjudge.com>
This commit is contained in:
parent
f9eace9cf8
commit
120fcbafc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296622
@ -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
|
||||
|
18
databases/py-MySQLdb50/Makefile
Normal file
18
databases/py-MySQLdb50/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: py-MySQLdb50
|
||||
# Date created: 2010-11-8
|
||||
# Whom: Tom Judge <tom@tomjudge.com>
|
||||
#
|
||||
# $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"
|
Loading…
Reference in New Issue
Block a user