diff options
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 |