summaryrefslogtreecommitdiff
path: root/databases/py-sqlparse/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-09-30 17:24:18 +0000
committerwiz <wiz>2013-09-30 17:24:18 +0000
commitbe7f98f2c9e3420cf7ad127ca4cc29822c4c4dbd (patch)
treeda5db4d010aa8e3dae6f34d145646772bb22e195 /databases/py-sqlparse/Makefile
parent3e830e563a04ea38767683ec65c527fbd2910f9e (diff)
downloadpkgsrc-be7f98f2c9e3420cf7ad127ca4cc29822c4c4dbd.tar.gz
Import py27-sqlparse-0.1.8 as databases/py-sqlparse.
sqlparse is a non-validating SQL parser module for Python.
Diffstat (limited to 'databases/py-sqlparse/Makefile')
-rw-r--r--databases/py-sqlparse/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile
new file mode 100644
index 00000000000..757f0f216aa
--- /dev/null
+++ b/databases/py-sqlparse/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/09/30 17:24:18 wiz Exp $
+
+DISTNAME= sqlparse-0.1.8
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= databases
+MASTER_SITES= https://pypi.python.org/packages/source/s/sqlparse/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://pypi.python.org/pypi/sqlparse
+COMMENT= Non-validating SQL parser
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"