afresh1 6e5d618936 Import security/p5-Digest-SHA3
Digest::SHA3 is a complete implementation of the NIST SHA-3 cryptographic hash
function, as specified in Draft FIPS 202 (SHA-3 Standard: Permutation-Based
Hash and Extendable-Output Functions).

From MAINTAINER wen heping <wenheping2000 () hotmail ! com>

OK (with tweaks from) bluhm@
2021-05-22 16:18:55 +00:00

20 lines
319 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2021/05/22 16:18:55 afresh1 Exp $
COMMENT = Perl extension for SHA-3
DISTNAME = Digest-SHA3-1.04
CATEGORIES = security
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>