forked from Lainports/freebsd-ports
14 lines
313 B
Makefile
14 lines
313 B
Makefile
# Created by: Tom Judge <tom@tomjudge.com>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= 55
|
|
|
|
COMMENT= Access a MySQL database through Python (Using MySQL 5.5 Client)
|
|
|
|
DEPRECATED= Unmaintained, uses EOLed python27
|
|
EXPIRATION_DATE= 2020-01-27
|
|
|
|
WANT_MYSQL_VER= 55
|
|
MASTERDIR= ${.CURDIR}/../py-MySQLdb
|
|
|
|
.include "${MASTERDIR}/Makefile"
|