diff options
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/DESCR | 2 | ||||
-rw-r--r-- | security/pgp5/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/pgp5/DESCR b/security/pgp5/DESCR index b298a0bbd92..1e0fa18c79a 100644 --- a/security/pgp5/DESCR +++ b/security/pgp5/DESCR @@ -3,3 +3,5 @@ E-mail and data files. It lets you communicate securely with people you've never met, with no secure channels needed for prior exchange of keys. It's well featured and fast, with sophisticated key management, digital signatures, data compression, and good ergonomic design. + +This is PGP 5.x which understands both RSA and DSS/Diffie-Hellman keys. diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 4b42c7c47ae..3e39fba7269 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 22:53:10 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/07/23 10:51:14 jmmv Exp $ # DISTNAME= pgp50i-unix-src @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ MAINTAINER= mjl@NetBSD.org HOMEPAGE= http://www.pgpi.com/ -COMMENT= Public-Key encryption and digital signature utility +COMMENT= Public-key encryption and digital signature utility (v5) USE_PERL5= build |