aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlparse
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-06-26 20:44:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-06-26 20:44:34 +0000
commite6da02c4cd32c733070f1bb7ca75a0b370528419 (patch)
tree0a0d33fb52d56bd9ac1bb20325ded2d10517b2e5 /databases/py-sqlparse
parent68fd5d2efe2edcd7fb525cdc96d43b9e691c651d (diff)
Diffstat (limited to 'databases/py-sqlparse')
-rw-r--r--databases/py-sqlparse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile
index 5b0f0e212e90..32487a6f1dae 100644
--- a/databases/py-sqlparse/Makefile
+++ b/databases/py-sqlparse/Makefile
@@ -14,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
USES= cpe python shebangfix
-CPE_VENDOR= sqlparse_project
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
+CPE_VENDOR= sqlparse_project
+
SHEBANG_FILES= sqlparse/cli.py
.include <bsd.port.mk>