mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
23 lines
573 B
Makefile
23 lines
573 B
Makefile
PORTNAME= sqlglotrs
|
|
PORTVERSION= 0.2.12
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Easily customizable SQL parser and transpiler
|
|
WWW= https://github.com/tobymao/sqlglot/tree/main/sqlglotrs \
|
|
https://github.com/tobymao/sqlglot
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.4<2.0:devel/py-maturin@${PY_FLAVOR}
|
|
|
|
USES= cargo python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
CARGO_BUILD= no
|
|
CARGO_INSTALL= no
|
|
|
|
.include <bsd.port.mk>
|