aboutsummaryrefslogtreecommitdiff
path: root/security/py-hkdf/Makefile
blob: 26467a260c8603091abf66d9c2c26fc79e75a0e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	hkdf
PORTVERSION=	0.0.3
CATEGORIES=	security
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
WWW=		https://github.com/casebeer/python-hkdf

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>