aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:06:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:06:09 +0000
commit31a9caf8cfe104abc111682999d1be6ca1a1576c (patch)
treeb049ebe4cd7cee69bf451d6c9e6bcb4af5b2975e
parent6d2e57af92b0d409751626865b5eafeed202adaf (diff)
downloadports-31a9caf8cfe104abc111682999d1be6ca1a1576c.tar.gz
ports-31a9caf8cfe104abc111682999d1be6ca1a1576c.zip
databases/py-mycli: Add SSH option
-rw-r--r--databases/py-mycli/Makefile4
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