aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-22 09:24:33 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-22 09:24:33 +0000
commitb4c79d2622a14bc242f5d65242bc80d51d259a56 (patch)
tree876396d1bad93a48e342f84adbc3cf761314e2ac /security/Makefile
parent89620ec805f3851ffdf667ab627ef3173d483c01 (diff)
downloadports-b4c79d2622a14bc242f5d65242bc80d51d259a56.tar.gz
ports-b4c79d2622a14bc242f5d65242bc80d51d259a56.zip
This is not an interface (like "Digest::MD5") but a Perl implementation
of MD5. It is written in perl only and because of this it is slow but it works without C-Code. You should use "Digest::MD5" instead of this module if it is available. This module is only usefull for computers where you cannot install "Digest::MD5" (e.g. lack of a C-Compiler). WWW: http://search.cpan.org/dist/Digest-Perl-MD5 PR: ports/90772 Submitted by: Gabor Kovesdan
Notes
Notes: svn path=/head/; revision=151816
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 84650ed502ea..dcb6b1d1fdc4 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-MD5
SUBDIR += p5-Digest-SHA
SUBDIR += p5-Digest-SHA1
SUBDIR += p5-Digest-SHA2