mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
10 lines
195 B
Makefile
10 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= 56
|
|
|
|
COMMENT= Access a MySQL database through Python (Using MySQL 5.6 Client)
|
|
|
|
WANT_MYSQL_VER= 56
|
|
MASTERDIR= ${.CURDIR}/../py-MySQLdb
|
|
|
|
.include "${MASTERDIR}/Makefile"
|