diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-09-10 16:06:09 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-09-10 16:06:09 +0000 |
commit | 31a9caf8cfe104abc111682999d1be6ca1a1576c (patch) | |
tree | b049ebe4cd7cee69bf451d6c9e6bcb4af5b2975e | |
parent | 6d2e57af92b0d409751626865b5eafeed202adaf (diff) | |
download | ports-31a9caf8cfe104abc111682999d1be6ca1a1576c.tar.gz ports-31a9caf8cfe104abc111682999d1be6ca1a1576c.zip |
databases/py-mycli: Add SSH option
-rw-r--r-- | databases/py-mycli/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |