diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-25 13:40:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-25 13:40:30 +0800 |
commit | 39dbc05cc799150d1adb582e44c80b4570322e81 (patch) | |
tree | 1c3aa087daf77958bc78c9735330d4c1a06cecef /net-mgmt | |
parent | 9c3570ff3fceaece49a0449ab4977c8916f89a23 (diff) | |
download | freebsd-ports-gnome-39dbc05cc799150d1adb582e44c80b4570322e81.tar.gz freebsd-ports-gnome-39dbc05cc799150d1adb582e44c80b4570322e81.tar.zst freebsd-ports-gnome-39dbc05cc799150d1adb582e44c80b4570322e81.zip |
Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Add PyPI as primary WWW
- Take maintainership
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-adal/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/py-adal/pkg-descr | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile index a807e4d86016..2513a5a91398 100644 --- a/net-mgmt/py-adal/Makefile +++ b/net-mgmt/py-adal/Makefile @@ -7,7 +7,7 @@ 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 @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography ${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 <bsd.port.mk> diff --git a/net-mgmt/py-adal/pkg-descr b/net-mgmt/py-adal/pkg-descr index 0ca52f65fca2..4be8b44adf3a 100644 --- a/net-mgmt/py-adal/pkg-descr +++ b/net-mgmt/py-adal/pkg-descr @@ -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 |