freebsd-ports/net-im/py-telepot/Makefile
Sunpoet Po-Chuan Hsieh 9a1e0e221d Update to 12.7
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/nickoala/telepot/blob/master/CHANGELOG.md
2019-04-07 20:06:29 +00:00

27 lines
565 B
Makefile

# $FreeBSD$
PORTNAME= telepot
DISTVERSION= 12.7
CATEGORIES= net-im python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python framework for Telegram Bot API
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.9.1:net/py-urllib3@${PY_FLAVOR}
USES= dos2unix python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 3500
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0.0:www/py-aiohttp@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>