aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/py-python-telegram-bot/Makefile
blob: bd9376ba130cf401db73fd59e5b4eca8f1bf4980 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$

PORTNAME=   python-telegram-bot
PORTVERSION=    6.0.1
CATEGORIES= net-im devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Not just a Python wrapper around the Telegram Bot API

LICENSE=    LGPL3

BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future
RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future

NO_ARCH=    yes
USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 3400
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi
RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi
.endif

.include <bsd.port.post.mk>