2018-07-26 18:51:18 +02:00
|
|
|
# Created by: Dan Langille <dvl@sourcefire.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-07-30 14:39:31 +02:00
|
|
|
PORTNAME= python-jose
|
2018-07-26 18:51:18 +02:00
|
|
|
PORTVERSION= 3.0.0
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
|
|
COMMENT= Client SDK for TIP API which require Authentication Tokens
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR}
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}rsa>0:security/py-rsa@${PY_FLAVOR}
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|