diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-12 09:12:58 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-12 09:12:58 +0800 |
commit | 2f3ab143b99ff758811e7fbae7755ee30ef36b6b (patch) | |
tree | 95a4b7c0ff4de2a22993f35e60fe11735c378be0 /security/Makefile | |
parent | c7ff54bd9822cfccbdc1f4ec921344fd5113cea0 (diff) | |
download | freebsd-ports-graphics-2f3ab143b99ff758811e7fbae7755ee30ef36b6b.tar.gz freebsd-ports-graphics-2f3ab143b99ff758811e7fbae7755ee30ef36b6b.tar.zst freebsd-ports-graphics-2f3ab143b99ff758811e7fbae7755ee30ef36b6b.zip |
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.
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 27df4f4f614..91cd6d1f699 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 |