aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlparse/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-10-11 08:56:09 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-10-11 08:56:09 +0000
commit0c44201719409cd3fd311cdbef1de54f61e97017 (patch)
tree337985c8d507bbc9fcd6e2bae1d156be5139934a /databases/py-sqlparse/Makefile
parent0319d638de4ed8fe9155e8b6651f02fbeec0cdeb (diff)
Notes
Diffstat (limited to 'databases/py-sqlparse/Makefile')
-rw-r--r--databases/py-sqlparse/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile
index 91a1baa2dcb6..70bd86cc13b2 100644
--- a/databases/py-sqlparse/Makefile
+++ b/databases/py-sqlparse/Makefile
@@ -2,21 +2,17 @@
# $FreeBSD$
PORTNAME= sqlparse
-PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTVERSION= 0.1.16
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= roland@micite.net
+MAINTAINER= wg@FreeBSD.org
COMMENT= Non-validating SQL parser for Python
LICENSE= BSD3CLAUSE
USES= python
-USE_PYTHON= distutils autoplist
-
-post-patch:
- @${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>