mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
14 lines
297 B
Makefile
14 lines
297 B
Makefile
PORTNAME= hkdf
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|