openbsd-ports/security/py-hkdf/Makefile

25 lines
467 B
Makefile

# $OpenBSD: Makefile,v 1.2 2021/11/02 00:02:18 sthen Exp $
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 = 0
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>