1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net-im/py-telepot/Makefile
Kevin Lo 348a89efb4 Import py-telepot 8.3
Telepot is a Python framework for Telegram Bot API.
2016-08-05 04:52:01 +00:00

21 lines
380 B
Makefile

# $FreeBSD$
PORTNAME= telepot
PORTVERSION= 8.3
CATEGORIES= net-im python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Python framework for Telegram Bot API
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3
NO_ARCH= yes
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>