aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-04 23:59:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-04 23:59:39 +0000
commit675b0f4d9c0a17349d1cee81780965a6e86d6195 (patch)
treef511ad9946fd35beb13cf9c55508fabf2043665b /security/Makefile
parent89932ed0a8b97509e3e65fee08e2964b7d237ee6 (diff)
downloadports-675b0f4d9c0a17349d1cee81780965a6e86d6195.tar.gz
ports-675b0f4d9c0a17349d1cee81780965a6e86d6195.zip
New Port: security/p5-SHA
The SHA module allows you to use the NIST SHA message digest algorithm from within Perl programs. The final message digest value is returned by the digest operation as a 20-byte binary string. This operation delivers the result of operations since the last new or reset operation. Once the operation has been performed, the context must be reset before being used to calculate another digest value. PR: ports/43799 Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
Notes
Notes: svn path=/head/; revision=74700
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 f8e8f85ff971..3ab3b1698076 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -215,6 +215,7 @@
SUBDIR += p5-Net-SSLeay
SUBDIR += p5-PGP
SUBDIR += p5-PGP-Sign
+ SUBDIR += p5-SHA
SUBDIR += p5-Safe-Hole
SUBDIR += p5-Tie-EncryptedHash
SUBDIR += pad