opnsense-ports/security/py-hkdf/Makefile
Franco Fichtner 6696b031de */*: sync with upstream
Taken from: FreeBSD
2016-07-03 20:36:26 +02:00

15 lines
305 B
Makefile

# $FreeBSD$
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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>