git: 78f52cb3b8e2 - main - databases/py-sqlglot: Add RS option

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 18 Sep 2024 06:19:13 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78f52cb3b8e296896a35983b546dfeae4205560e

commit 78f52cb3b8e296896a35983b546dfeae4205560e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-18 05:56:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-18 06:13:11 +0000

    databases/py-sqlglot: Add RS option
---
 databases/py-sqlglot/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile
index a53a24796a2a..9241d944a2c3 100644
--- a/databases/py-sqlglot/Makefile
+++ b/databases/py-sqlglot/Makefile
@@ -21,4 +21,9 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	RS
+RS_DESC=	SQL parser and transpiler in Rust
+
+RS_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.2.12<0.2.12_99:databases/py-sqlglotrs@${PY_FLAVOR}
+
 .include <bsd.port.mk>