blob: 424e176d60eed06196ff6f54de21d9ab414918b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|