blob: eeb7aa96ab1f1bf67e76c65c6aa2a080c4d34178 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
|