diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
commit | 36117d709704f772dbc3d305cda6923741791598 (patch) | |
tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/py-sqlparse | |
parent | da36d73df110e6c5e375c94ba2ebbfb705fe6bf6 (diff) |
Notes
Diffstat (limited to 'databases/py-sqlparse')
-rw-r--r-- | databases/py-sqlparse/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile index 424e176d60ee..1bbafbd66bcf 100644 --- a/databases/py-sqlparse/Makefile +++ b/databases/py-sqlparse/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-sqlparse -# Date created: April 29, 2011 -# Whom: Roland van Laar <roland@micite.net> -# +# Created by: Roland van Laar <roland@micite.net> # $FreeBSD$ -# PORTNAME= sqlparse PORTVERSION= 0.1.2 @@ -17,6 +13,7 @@ COMMENT= A non-validating SQL parser for Python USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py |