mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= telepot
|
|
PORTVERSION= 9.1
|
|
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>
|