summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-09-12 01:12:58 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-09-12 01:12:58 +0000
commitc099a45fe45a6a1fa21d5ac9d0888570a2e94330 (patch)
tree657fcdb3557bfde27a043255a833617d3209a698 /security/Makefile
parentCrypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key (diff)
Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].
In addition to support for the standard itself, Crypt::OpenPGP claims compatibility with many other PGP implementations, both those that support the standard and those that preceded it.
Notes
Notes: svn path=/head/; revision=47728
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 27df4f4f6142..91cd6d1f6992 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -115,6 +115,7 @@
SUBDIR += p5-Crypt-DSA
SUBDIR += p5-Crypt-ECB
SUBDIR += p5-Crypt-IDEA
+ SUBDIR += p5-Crypt-OpenPGP
SUBDIR += p5-Crypt-OpenSSL-RSA
SUBDIR += p5-Crypt-OpenSSL-Random
SUBDIR += p5-Crypt-Primes