diff --git a/devel/py-msal/Makefile b/devel/py-msal/Makefile index fa98f7f6caf4..0f4980755c13 100644 --- a/devel/py-msal/Makefile +++ b/devel/py-msal/Makefile @@ -1,23 +1,23 @@ PORTNAME= msal DISTVERSION= 1.24.0b2 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= dbaio@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Authentication Library (MSAL) for Python WWW= https://github.com/AzureAD/microsoft-authentication-library-for-python LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} # cryptography>=0.6<44 USES= python USE_PYTHON= autoplist cryptography distutils NO_ARCH= yes .include