aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-MySQLdb41/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-MySQLdb41/Makefile')
-rw-r--r--databases/py-MySQLdb41/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/py-MySQLdb41/Makefile b/databases/py-MySQLdb41/Makefile
new file mode 100644
index 000000000000..443aadef7836
--- /dev/null
+++ b/databases/py-MySQLdb41/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: py-MySQLdb41
+# Date created: 2010-11-8
+# Whom: Tom Judge <tom@tomjudge.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= 41
+
+COMMENT= Access a MySQL database through Python (Using MySQL 4.1 Client)
+
+CONFLICTS= py*-MySQLdb-devel-[0-9]* py*-MySQLdb-[0-9]* py*-MySQLdb[45][0-9]-[0-9]*
+
+WANT_MYSQL_VER= 41
+
+MASTERDIR= ${.CURDIR}/../py-MySQLdb
+
+.include "${MASTERDIR}/Makefile"