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

23 lines
406 B
Makefile

COMMENT = HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
MODPY_EGG_VERSION = 0.0.3
DISTNAME = hkdf-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = security
HOMEPAGE = https://github.com/casebeer/python-hkdf
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>