opnsense-ports/databases/py-sqlparse/Makefile
Franco Fichtner c788dece15 */*: sync with upstream
Taken from: FreeBSD
2016-11-20 11:10:19 +01:00

19 lines
378 B
Makefile

# Created by: Roland van Laar <roland@micite.net>
# $FreeBSD$
PORTNAME= sqlparse
PORTVERSION= 0.2.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Non-validating SQL parser for Python
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>