Index: head/net-mgmt/py-adal/Makefile =================================================================== --- head/net-mgmt/py-adal/Makefile (revision 462935) +++ head/net-mgmt/py-adal/Makefile (revision 462936) @@ -1,24 +1,24 @@ # Created by: Johannes Jost Meixner # $FreeBSD$ PORTNAME= adal DISTVERSION= 0.5.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Authentication ot Azure Active Directory for python apps LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0:devel/py-dateutil@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/net-mgmt/py-adal/pkg-descr =================================================================== --- head/net-mgmt/py-adal/pkg-descr (revision 462935) +++ head/net-mgmt/py-adal/pkg-descr (revision 462936) @@ -1,5 +1,7 @@ -The ADAL for Python library makes it easy for python application to -authenticate to Azure Active Directory (AAD) in order to access AAD protected -web resources. +Microsoft Azure Active Directory Authentication Library (ADAL) for Python +The ADAL for python library makes it easy for python applications to +authenticate to AAD in order to access AAD protected web resources. + +WWW: https://pypi.python.org/pypi/adal WWW: https://github.com/AzureAD/azure-activedirectory-library-for-python