2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Roland van Laar <roland@micite.net>
|
2011-06-25 11:39:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sqlparse
|
|
|
|
PORTVERSION= 0.1.2
|
2014-04-15 17:29:47 +02:00
|
|
|
PORTREVISION= 1
|
2011-06-25 11:39:15 +02:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= roland@micite.net
|
2014-04-15 17:29:47 +02:00
|
|
|
COMMENT= Non-validating SQL parser for Python
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
2011-06-25 11:39:15 +02:00
|
|
|
|
2014-10-19 10:50:17 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2011-06-25 11:39:15 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|