freebsd-ports/databases/py-MySQLdb41/Makefile
Julien Laffaye f9eace9cf8 Add py-MySQLdb41, a slave port of py-MySQLdb with MySQL 4.1.
PR:		ports/152066
Submitted by:	Tom Judge <tom@tomjudge.com>
2012-05-14 22:14:29 +00:00

18 lines
404 B
Makefile

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