freebsd-ports/security/py-hkdf/Makefile
Steve Wills c5fcead289 security/py-hkdf: create port
HKDF - HMAC Key Derivation Function

This module implements the HMAC Key Derivation function

WWW: https://github.com/casebeer/python-hkdf
2016-07-03 01:47:38 +00:00

16 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>