7251eebd12
The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. from Stephan A. Rickauer (MAINTAINER), with tweaks by me
21 lines
516 B
Makefile
21 lines
516 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/06 12:58:36 jasper Exp $
|
|
|
|
COMMENT= interface to md4 message-digest algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-MD4-1.5
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Stephan A. Rickauer <stephan.rickauer@startek.ch>
|
|
|
|
# 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_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|