1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/databases/py-sqlparse/Makefile
2015-10-11 08:56:09 +00:00

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>