diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-09-12 01:10:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-09-12 01:10:17 +0000 |
commit | 5bae66dd189f204a8b62a66e0cc7210b52154711 (patch) | |
tree | 241ece24c2826846891dad82a1c27732080410d8 /security/Makefile | |
parent | 409354ab19d93d995f63349d32203b368e06afe7 (diff) | |
download | ports-5bae66dd189f204a8b62a66e0cc7210b52154711.tar.gz ports-5bae66dd189f204a8b62a66e0cc7210b52154711.zip |
Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. The implementation itself is pure Perl,
although the heavy-duty mathematics underneath are provided by the
Math::Pari library.
Notes
Notes:
svn path=/head/; revision=47726
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 dec852f298b4..65772a03b743 100644 --- a/security/Makefile +++ b/security/Makefile @@ -112,6 +112,7 @@ SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Cryptix SUBDIR += p5-Crypt-DES + SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-OpenSSL-RSA |