svn commit: r560958 - head/misc/py-tqdm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:21:54 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:21:48 2021
New Revision: 560958
URL: https://svnweb.freebsd.org/changeset/ports/560958

Log:
  Add TELEGRAM option

Modified:
  head/misc/py-tqdm/Makefile

Modified: head/misc/py-tqdm/Makefile
==============================================================================
--- head/misc/py-tqdm/Makefile	Sun Jan 10 08:21:43 2021	(r560957)
+++ head/misc/py-tqdm/Makefile	Sun Jan 10 08:21:48 2021	(r560958)
@@ -20,4 +20,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	TELEGRAM
+TELEGRAM_DESC=	Telegram support
+
+TELEGRAM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list