diff options
author | asami <asami@FreeBSD.org> | 1998-06-07 10:25:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-07 10:25:05 +0800 |
commit | d7a7aa1b5c20320f938a072f9fe9c95bb991d837 (patch) | |
tree | 9fff8bd1acd77c640c793fc1f806761d099fa617 | |
parent | 70e1e0383207d7246cf82b47bf3c2d9e32b09868 (diff) | |
download | freebsd-ports-gnome-d7a7aa1b5c20320f938a072f9fe9c95bb991d837.tar.gz freebsd-ports-gnome-d7a7aa1b5c20320f938a072f9fe9c95bb991d837.tar.zst freebsd-ports-gnome-d7a7aa1b5c20320f938a072f9fe9c95bb991d837.zip |
Add p5-PGP-Sign.
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 892fcd46592f..6fc6a697aa86 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1998/03/02 10:36:22 obrien Exp $ +# $Id: Makefile,v 1.28 1998/03/21 13:54:13 asami Exp $ # SUBDIR += SSLeay @@ -16,6 +16,7 @@ SUBDIR += p5-Crypt-IDEA SUBDIR += p5-MD5 SUBDIR += p5-PGP + SUBDIR += p5-PGP-Sign SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pidentd |