ports/security/py-requests_ntlm/Makefile

30 lines
554 B
Makefile
Raw Normal View History

COMMENT= NTLM authentication support
2023-08-16 22:26:55 +00:00
MODPY_EGG_VERSION= 1.1.0
DISTNAME= requests_ntlm-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= security
HOMEPAGE= https://github.com/requests/requests-ntlm
# ISC
PERMIT_PACKAGE= Yes
GH_ACCOUNT= requests
GH_PROJECT= requests-ntlm
GH_TAGNAME= v${MODPY_EGG_VERSION}
MODULES= lang/python
MODPY_PYBUILD= setuptools
RUN_DEPENDS= security/py-cryptography${MODPY_FLAVOR} \
2023-08-16 22:26:55 +00:00
security/py-ntlm-auth${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR}
FLAVORS= python3
FLAVOR?= python3
.include <bsd.port.mk>