aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-22 09:25:34 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-22 09:25:34 +0000
commit22d628b6be85b4c14d74ea44f2ad2c7a308291e6 (patch)
tree36a324f080da4546b11b67b39bcea44980d3010a /security/Makefile
parentb4c79d2622a14bc242f5d65242bc80d51d259a56 (diff)
downloadports-22d628b6be85b4c14d74ea44f2ad2c7a308291e6.tar.gz
ports-22d628b6be85b4c14d74ea44f2ad2c7a308291e6.zip
Digest::SHA::PurePerl is a complete implementation of the NIST
Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. Digest::SHA::PurePerl is written entirely in Perl. If your platform has a C compiler, you should install the functionally-equivalent (but much faster) Digest::SHA module. WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl PR: ports/90773 Submitted by: Gabor Kovesdan
Notes
Notes: svn path=/head/; revision=151818
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 dcb6b1d1fdc4..040eb67f0110 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -379,6 +379,7 @@
SUBDIR += p5-Digest-Pearson-PurePerl
SUBDIR += p5-Digest-Perl-MD5
SUBDIR += p5-Digest-SHA
+ SUBDIR += p5-Digest-SHA-PurePerl
SUBDIR += p5-Digest-SHA1
SUBDIR += p5-Digest-SHA2
SUBDIR += p5-Digest-SHA256