diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-22 02:54:37 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-22 03:01:23 +0800 |
commit | 94b022add5516b2353255b6eb1f91394e61b5c34 (patch) | |
tree | 8762cb995e9b0395684d87be64f2988398181091 /misc | |
parent | 6b7c9d0197adea6eed9984f33b37a66e8111bc50 (diff) | |
download | freebsd-ports-94b022add5516b2353255b6eb1f91394e61b5c34.zip |
misc/py-tqdm: Add NOTEBOOK and SLACK options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-tqdm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 945898c873dd..1b5f5d80b9a4 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -24,9 +24,13 @@ NO_ARCH= yes CPE_VENDOR= tqdm_project -OPTIONS_DEFINE= TELEGRAM +OPTIONS_DEFINE= NOTEBOOK SLACK TELEGRAM +NOTEBOOK_DESC= Notebook support +SLACK_DESC= Slack support TELEGRAM_DESC= Telegram support +NOTEBOOK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipywidgets>=6:devel/py-ipywidgets@${PY_FLAVOR} +SLACK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}slack-sdk>=0:net-im/py-slack-sdk@${PY_FLAVOR} TELEGRAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} .include <bsd.port.mk> |