mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
0c44201719
Changes: Lots. https://github.com/andialbrecht/sqlparse/blob/master/CHANGES PR: 198683 Submitted by: wg
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# Created by: Roland van Laar <roland@micite.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlparse
|
|
PORTVERSION= 0.1.16
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Non-validating SQL parser for Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|