git: 31a9caf8cfe1 - main - databases/py-mycli: Add SSH option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 16:09:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=31a9caf8cfe104abc111682999d1be6ca1a1576c commit 31a9caf8cfe104abc111682999d1be6ca1a1576c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 16:06:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 16:06:09 +0000 databases/py-mycli: Add SSH option --- databases/py-mycli/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/databases/py-mycli/Makefile b/databases/py-mycli/Makefile index 80a9020844d7..944f0f863d34 100644 --- a/databases/py-mycli/Makefile +++ b/databases/py-mycli/Makefile @@ -28,6 +28,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= SSH + +SSH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR} + .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30900