forked from Lainports/freebsd-ports
19 lines
406 B
Makefile
19 lines
406 B
Makefile
PORTNAME= sqlglot
|
|
PORTVERSION= 6.3.1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Easily customizable SQL parser and transpiler
|
|
WWW= https://github.com/tobymao/sqlglot
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|