summaryrefslogtreecommitdiff
path: root/databases/py-sqlparse01/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlparse01/Makefile')
-rw-r--r--databases/py-sqlparse01/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/py-sqlparse01/Makefile b/databases/py-sqlparse01/Makefile
new file mode 100644
index 000000000000..934be5bd9fe7
--- /dev/null
+++ b/databases/py-sqlparse01/Makefile
@@ -0,0 +1,22 @@
+# Created by: Axel Rau <axel.rau@chaos1.de>
+# $FreeBSD$
+
+PORTNAME= sqlparse01
+PORTVERSION= 0.1.19
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= sqlparse-${DISTVERSION}
+
+MAINTAINER= axel.rau@chaos1.de
+COMMENT= Non-validating SQL parser for Python
+
+LICENSE= BSD3CLAUSE
+
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
+USES= python
+
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlparse
+
+.include <bsd.port.mk>