mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
cb2900bcf5
while here: - do not use easy_install and add stage support - convert to auto-generated packing list - bump PORTREVISION - add py-MySQLdb56 port as a slave to py-MySQLdb PR: 177620 [1] (based on) Submitted by: Craig Leres <leres@ee.lbl.gov> Approved by: maintainer timeout (10 months)
12 lines
238 B
Makefile
12 lines
238 B
Makefile
# Created by: Tom Judge <tom@tomjudge.com>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= 51
|
|
|
|
COMMENT= Access a MySQL database through Python (Using MySQL 5.1 Client)
|
|
|
|
WANT_MYSQL_VER= 51
|
|
MASTERDIR= ${.CURDIR}/../py-MySQLdb
|
|
|
|
.include "${MASTERDIR}/Makefile"
|