aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-adal/Makefile
blob: d3cf4c951907c5b3d7c308175313cd5bdd10655d (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
# Created by: Johannes Jost Meixner <johannes@perceivon.net>
# $FreeBSD$

PORTNAME=   adal
PORTVERSION=    0.4.7
CATEGORIES= net-mgmt python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Authentication ot Azure Active Directory for python apps

LICENSE=    MIT

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${FLAVOR} \
        ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${FLAVOR} \
        ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${FLAVOR} \
        ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR}

USES=       python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>