Files
2024-12-21 11:38:44 +00:00

20 lines
360 B
Makefile

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