Skip to content

Commit

Permalink
net/py-errbot: Add IRC, SLACK_RTM, TELEGRAM and XMPP options
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 25, 2022
1 parent ba05a58 commit 6b0f06d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions net/py-errbot/Makefile
Expand Up @@ -30,4 +30,17 @@ USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

OPTIONS_DEFINE= IRC SLACK_RTM TELEGRAM XMPP
IRC_DESC= IRC messaging support
SLACK-RTM_DESC= Slack messaging support
TELEGRAM_DESC= Telegram messaging support
XMPP_DESC= XMPP messaging support

IRC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}irc>=0:irc/py-irc@${PY_FLAVOR}
SLACK-RTM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}slackclient>=2.0:net-im/py-slackclient@${PY_FLAVOR}
TELEGRAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-telegram-bot>=0:net-im/py-python-telegram-bot@${PY_FLAVOR}
XMPP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}slixmpp>=0:net-im/py-slixmpp@${PY_FLAVOR}

.include <bsd.port.mk>

0 comments on commit 6b0f06d

Please sign in to comment.