summaryrefslogtreecommitdiff
path: root/databases/py-mysql-connector-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-mysql-connector-python/Makefile')
-rw-r--r--databases/py-mysql-connector-python/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile
new file mode 100644
index 000000000000..2cc0d48a8a14
--- /dev/null
+++ b/databases/py-mysql-connector-python/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= mysql-connector-python
+PORTVERSION= 1.2.2
+CATEGORIES= databases python
+MASTER_SITES= ${MASTER_SITE_MYSQL}
+MASTER_SITE_SUBDIR= Connector-Python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= arcade@bit.name
+COMMENT= MySQL driver written in Python
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>