1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/security/py-hkdf/Makefile

16 lines
305 B
Makefile
Raw Normal View History

# $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>