diff options
Diffstat (limited to 'databases/py-sqlparse/Makefile')
-rw-r--r-- | databases/py-sqlparse/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile new file mode 100644 index 000000000000..424e176d60ee --- /dev/null +++ b/databases/py-sqlparse/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: py-sqlparse +# Date created: April 29, 2011 +# Whom: Roland van Laar <roland@micite.net> +# +# $FreeBSD$ +# + +PORTNAME= sqlparse +PORTVERSION= 0.1.2 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= roland@micite.net +COMMENT= A non-validating SQL parser for Python + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +post-patch: + @${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py + +.include <bsd.port.mk> |