From 8b20285727417400b8b920d4f8019593cc55a076 Mon Sep 17 00:00:00 2001 From: rm Date: Sun, 9 Feb 2014 14:15:28 +0000 Subject: - 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 Approved by: maintainer timeout (10 months) --- databases/py-MySQLdb56/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 databases/py-MySQLdb56/Makefile (limited to 'databases/py-MySQLdb56') diff --git a/databases/py-MySQLdb56/Makefile b/databases/py-MySQLdb56/Makefile new file mode 100644 index 000000000000..92fdf301b06c --- /dev/null +++ b/databases/py-MySQLdb56/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= 56 + +COMMENT= Access a MySQL database through Python (Using MySQL 5.5 Client) + +WANT_MYSQL_VER= 56 +MASTERDIR= ${.CURDIR}/../py-MySQLdb + +.include "${MASTERDIR}/Makefile" -- cgit