mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
8b80f20ccd
PR: ports/152066 Submitted by: Tom Judge <tom@tomjudge.com>
19 lines
404 B
Makefile
19 lines
404 B
Makefile
# 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"
|