aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/py-telepot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-telepot/Makefile')
-rw-r--r--net-im/py-telepot/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile
new file mode 100644
index 00000000000..ac491863e0d
--- /dev/null
+++ b/net-im/py-telepot/Makefile
@@ -0,0 +1,20 @@
+# $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>