Changeset View
Changeset View
Standalone View
Standalone View
databases/py-sqlglot/Makefile
| PORTNAME= sqlglot | PORTNAME= sqlglot | ||||
| PORTVERSION= 17.16.2 | PORTVERSION= 17.16.2 | ||||
| CATEGORIES= databases python | CATEGORIES= databases python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= sunpoet@FreeBSD.org | MAINTAINER= sunpoet@FreeBSD.org | ||||
| COMMENT= Easily customizable SQL parser and transpiler | COMMENT= Easily customizable SQL parser and transpiler | ||||
| WWW= https://github.com/tobymao/sqlglot | WWW= https://github.com/tobymao/sqlglot | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist concurrent distutils | USE_PYTHON= autoplist concurrent distutils | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||