diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-22 17:27:37 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-22 17:27:37 +0800 |
commit | dfd12947ee26bd329f41dc092573e309b73aeb6c (patch) | |
tree | e1fcc6997cff922c6eb9cbd1f43302ab3a3f51c0 /security/Makefile | |
parent | 082b9944a3e34f59b10b48780928eac9b64cfb72 (diff) | |
download | freebsd-ports-gnome-dfd12947ee26bd329f41dc092573e309b73aeb6c.tar.gz freebsd-ports-gnome-dfd12947ee26bd329f41dc092573e309b73aeb6c.tar.zst freebsd-ports-gnome-dfd12947ee26bd329f41dc092573e309b73aeb6c.zip |
This is not C-code interface (like `Digest::MD5') but a Perl-only
implementation of MD4 (like `Digest::Perl::MD5'). Because of this, it is
slow but avoids platform specific complications. For efficiency you
should use `Digest::MD4' instead of this module if it is available.
WWW: http://search.cpan.org/dist/Digest-Perl-MD4
PR: ports/90771
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 040eb67f0110..b6a6a42d492d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -377,6 +377,7 @@ SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-Pearson SUBDIR += p5-Digest-Pearson-PurePerl + SUBDIR += p5-Digest-Perl-MD4 SUBDIR += p5-Digest-Perl-MD5 SUBDIR += p5-Digest-SHA SUBDIR += p5-Digest-SHA-PurePerl |