Line 0
Link Here
|
|
|
1 |
# Created by: Johannes Jost Meixner <johannes@perceivon.net> |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= adal |
5 |
PORTVERSION= 0.4.7 |
6 |
CATEGORIES= net-mgmt python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
10 |
MAINTAINER= johannes@perceivon.net |
11 |
COMMENT= Authentication ot Azure Active Directory for python apps |
12 |
|
13 |
LICENSE= MIT |
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography \ |
16 |
${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil \ |
17 |
${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt \ |
18 |
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests |
19 |
|
20 |
USES= python |
21 |
USE_PYTHON= autoplist distutils |
22 |
|
23 |
.include <bsd.port.mk> |