openbsd-ports/security/p5-Crypt-Argon2/Makefile

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>