aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-MySQLdb41/Makefile
blob: 443aadef7836db9d0c2989e862e2d6fcc3d3cd28 (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-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"