Date: Sat, 30 Sep 2023 23:34:03 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 506fee9bb841 - main - www/py-django-allauth: Add MFA and SAML options Message-ID: <202309302334.38UNY3tv009434@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=506fee9bb841fab48012c3683326a45ffe00d110 commit 506fee9bb841fab48012c3683326a45ffe00d110 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 23:30:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 23:30:20 +0000 www/py-django-allauth: Add MFA and SAML options --- www/py-django-allauth/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile index 5b5bc18727b8..bb0509a0a7f8 100644 --- a/www/py-django-allauth/Makefile +++ b/www/py-django-allauth/Makefile @@ -25,4 +25,11 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= MFA SAML +MFA_DESC= Multi-Factor Authentication support +SAML_DESC= Security Assertion Markup Language support + +MFA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=7.0.0:textproc/py-qrcode@${PY_FLAVOR} +SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.15.0<2.0.0:security/py-python3-saml@${PY_FLAVOR} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309302334.38UNY3tv009434>