openbsd-ports/security/py-spake2/Makefile
2022-11-13 15:29:41 +00:00

25 lines
450 B
Makefile

COMMENT = SPAKE2 password-authenticated key exchange (pure python)
MODPY_EGG_VERSION = 0.8
DISTNAME = spake2-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = security
HOMEPAGE = https://github.com/warner/python-spake2
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = security/py-hkdf${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>