aboutsummaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb55/Makefile
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2012-05-14 22:17:24 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2012-05-14 22:17:24 +0000
commit9ce21e546248da73aadf52f6b9fc7e6974bbf003 (patch)
treee8d7d43119c0212c57e389a77175b9e8379d3c2e /databases/py-MySQLdb55/Makefile
parent8b80f20ccd647c7cd64f9b3b34341a1716760528 (diff)
downloadports-9ce21e546248da73aadf52f6b9fc7e6974bbf003.tar.gz
ports-9ce21e546248da73aadf52f6b9fc7e6974bbf003.zip
Add py-MySQLdb55, a slave port of py-MySQLdb with MySQL 5.5.
PR: ports/152066 Submitted by: Tom Judge <tom@tomjudge.com>
Notes
Notes: svn path=/head/; revision=296624
Diffstat (limited to 'databases/py-MySQLdb55/Makefile')
-rw-r--r--databases/py-MySQLdb55/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/py-MySQLdb55/Makefile b/databases/py-MySQLdb55/Makefile
new file mode 100644
index 000000000000..aafaff58ec86
--- /dev/null
+++ b/databases/py-MySQLdb55/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: py-MySQLdb55
+# Date created: 2010-11-8
+# Whom: Tom Judge <tom@tomjudge.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= 55
+
+COMMENT= Access a MySQL database through Python (Using MySQL 5.5 Client)
+
+CONFLICTS= py*-MySQLdb-devel-[0-9]* py*-MySQLdb-[0-9]* py*-MySQLdb[45][0-9]-[0-9]*
+
+WANT_MYSQL_VER= 55
+
+MASTERDIR= ${.CURDIR}/../py-MySQLdb
+
+.include "${MASTERDIR}/Makefile"