Skip to content

Commit

Permalink
www/py-django-allauth: Add MFA and SAML options
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 30, 2023
1 parent 60cefae commit 506fee9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/py-django-allauth/Makefile
Expand Up @@ -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>

0 comments on commit 506fee9

Please sign in to comment.