freebsd-ports/databases/py-MySQLdb55/Makefile
Ruslan Makhmatkhanov cb2900bcf5 - make py*-MySQLdb ports actually conflict with each other [1]
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)
2014-02-09 14:15:28 +00:00

11 lines
238 B
Makefile

# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
PKGNAMESUFFIX= 55
COMMENT= Access a MySQL database through Python (Using MySQL 5.5 Client)
WANT_MYSQL_VER= 55
MASTERDIR= ${.CURDIR}/../py-MySQLdb
.include "${MASTERDIR}/Makefile"