blob: 84dba2c4c0893994846cfcdcc1b2235f9299fc17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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>
|