summaryrefslogtreecommitdiff
path: root/security/py-python-jose/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-python-jose/Makefile')
-rw-r--r--security/py-python-jose/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/py-python-jose/Makefile b/security/py-python-jose/Makefile
new file mode 100644
index 000000000000..2a0336f25c80
--- /dev/null
+++ b/security/py-python-jose/Makefile
@@ -0,0 +1,24 @@
+# Created by: Dan Langille <dvl@sourcefire.com>
+# $FreeBSD$
+
+PORTNAME= python-jose
+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>