openbsd-ports/security/p5-Digest-MD4/Makefile
2022-03-11 19:53:16 +00:00

20 lines
383 B
Makefile

COMMENT = interface to md4 message-digest algorithm
DISTNAME = Digest-MD4-1.9
CATEGORIES = security
REVISION = 3
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Digest::MD4: perl
#
# This implementation is derived from the reference C code in RFC 1320.
# See "A.3 md4c.c" for the copyright notice.
PERMIT_PACKAGE = Yes
WANTLIB += c perl
MODULES = cpan
.include <bsd.port.mk>