View | Details | Raw Unified | Return to bug 222209
Collapse All | Expand All

(-)Makefile (+23 lines)
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>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1505103027
2
SHA256 (adal-0.4.7.tar.gz) = 114046ac85d0054791c21b00922f26286822bc6f2ba3716db42e7e57f762ef20
3
SIZE (adal-0.4.7.tar.gz) = 28161
(-)pkg-descr (+5 lines)
Line 0 Link Here
1
The ADAL for Python library makes it easy for python application to
2
authenticate to Azure Active Directory (AAD) in order to access AAD protected
3
web resources.
4
5
WWW: https://pypi.python.org/pypi/adal

Return to bug 222209