mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
20 lines
360 B
Makefile
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>
|