git: 423fc08da7a1 - main - devel/py-pipenv: Add COMPLETION option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 15:48:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=423fc08da7a1aa50574ffc96d9e5be4f141a4c42
commit 423fc08da7a1aa50574ffc96d9e5be4f141a4c42
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 15:43:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 15:43:07 +0000
devel/py-pipenv: Add COMPLETION option
---
devel/py-pipenv/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile
index 3f93af9da188..6e0d5c548998 100644
--- a/devel/py-pipenv/Makefile
+++ b/devel/py-pipenv/Makefile
@@ -24,4 +24,9 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
+OPTIONS_DEFINE= COMPLETION
+COMPLETION_DESC=Completion support
+
+COMPLETION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=3.1:devel/py-argcomplete@${PY_FLAVOR}
+
.include <bsd.port.mk>