ports/www/py-django-allauth/Makefile
Po-Chuan Hsieh 7db725a258
www/py-django-allauth: Enable OPENID and SOCIALACCOUNT by default
- Bump PORTREVISION for dependency change
2024-07-07 00:04:29 +08:00

42 lines
1.7 KiB
Makefile

PORTNAME= django-allauth
PORTVERSION= 0.63.2
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= User registration with social account authentication
WWW= https://allauth.org/ \
https://docs.allauth.org/en/latest/ \
https://github.com/pennersr/django-allauth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
OPTIONS_DEFINE= MFA OPENID SAML SOCIALACCOUNT STEAM
OPTIONS_DEFAULT=OPENID SOCIALACCOUNT
MFA_DESC= Multi-Factor Authentication support
OPENID_DESC= OpenID authentication support
SAML_DESC= Security Assertion Markup Language support
SOCIALACCOUNT_DESC= Social network account support
STEAM_DESC= Steam OpenID authentication support
MFA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=7.0.0:textproc/py-qrcode@${PY_FLAVOR}
OPENID_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR}
SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.15.0<2.0.0:security/py-python3-saml@${PY_FLAVOR}
SOCIALACCOUNT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
STEAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR}
.include <bsd.port.mk>