aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-adal
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-25 05:40:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-25 05:40:30 +0000
commit706c35db3345adb88fb350b062ff7b8b7a51796d (patch)
tree1c3aa087daf77958bc78c9735330d4c1a06cecef /net-mgmt/py-adal
parent016805addf1f49a55219ea675158bde66ca20565 (diff)
downloadports-706c35db3345adb88fb350b062ff7b8b7a51796d.tar.gz
ports-706c35db3345adb88fb350b062ff7b8b7a51796d.zip
Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr - Add PyPI as primary WWW - Take maintainership
Notes
Notes: svn path=/head/; revision=462936
Diffstat (limited to 'net-mgmt/py-adal')
-rw-r--r--net-mgmt/py-adal/Makefile4
-rw-r--r--net-mgmt/py-adal/pkg-descr8
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