forked from Lainports/freebsd-ports
- Add NO_ARCH - Take maintainership Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Differential Revision: https://reviews.freebsd.org/D8414 Approved by: wg (maintainer)
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: Roland van Laar <roland@micite.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlparse
|
|
PORTVERSION= 0.2.0
|
|
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>
|