aboutsummaryrefslogtreecommitdiff
path: root/databases/py-oursql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-oursql/Makefile')
-rw-r--r--databases/py-oursql/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/py-oursql/Makefile b/databases/py-oursql/Makefile
new file mode 100644
index 000000000000..e74338422843
--- /dev/null
+++ b/databases/py-oursql/Makefile
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= oursql
+PORTVERSION= 0.9.3.1
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= MySQL bindings for python
+
+LICENSE= BSD2CLAUSE
+
+USES= python
+USE_MYSQL= client
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>