openbsd-ports/security/p5-Crypt-Argon2/Makefile
landry 9e203452bf Import p5-Crypt-Argon2-0.012
This module implements the Argon2 key derivation function, which is
suitable to convert any password into a cryptographic key. This is most
often used to for secure storage of passwords but can also be used to
derive an encryption key from a password. It offers variable time and
memory costs as well as output size.

tweaks/ok bluhm@
2022-09-07 09:40:58 +00:00

15 lines
240 B
Makefile

COMMENT = interface to the Argon2 key derivation functions
DISTNAME = Crypt-Argon2-0.012
CATEGORIES = security
# CC0 1.0
PERMIT_PACKAGE = Yes
MODULES = cpan
CONFIGURE_STYLE = modbuild
WANTLIB += c perl pthread
.include <bsd.port.mk>