freebsd-ports/devel/py-threema-msgapi/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

29 lines
864 B
Makefile

# Created by: philip@FreeBSD.org
# $FreeBSD$
PORTNAME= threema-msgapi
PORTVERSION= 3.0.6
DISTVERSIONPREFIX= v
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= philip@FreeBSD.org
COMMENT= Threema Gateway Message SDK for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.2+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= lgrahl
GH_PROJECT= threema-msgapi-sdk-python
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pylru-cache>0:devel/py-pylru-cache@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}logbook>0:devel/py-logbook@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libnacl>0:security/py-libnacl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
.include <bsd.port.mk>