aboutsummaryrefslogtreecommitdiff
path: root/security/py-hkdf/Makefile
blob: a21114b4871e5f92da91cf805b49cc8cf709ed16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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>