diff options
author | rafan <rafan@FreeBSD.org> | 2008-02-26 13:58:58 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-02-26 13:58:58 +0800 |
commit | e8e8b7f48e137c81f14a3f46e8e8aabdd40b7ba0 (patch) | |
tree | 7d399fa368d5708b6a90d0d6fbc49d0b07f65569 /security/Makefile | |
parent | 982de8689ee4ad739a5fcd2fe31418761286698e (diff) | |
download | freebsd-ports-gnome-e8e8b7f48e137c81f14a3f46e8e8aabdd40b7ba0.tar.gz freebsd-ports-gnome-e8e8b7f48e137c81f14a3f46e8e8aabdd40b7ba0.tar.zst freebsd-ports-gnome-e8e8b7f48e137c81f14a3f46e8e8aabdd40b7ba0.zip |
EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two
parts: EasyPG Assistant and EasyPG Library.
EasyPG Assistant is a set of convenient tools to use GnuPG from
Emacs. EasyPG Library is a sort of an elisp port of GPGME, a wrapper
library which provides API to access some of the GnuPG functions.
WWW: http://sourceforge.jp/projects/epg/
PR: ports/119008
Submitted by: Shota Iwazaki <iwazaki8 at yahoo.co.jp>
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 6ee1f9ad6aa8..6f78fe83ced4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -120,6 +120,7 @@ SUBDIR += drweb-qmail SUBDIR += drweb-sendmail SUBDIR += dsniff + SUBDIR += easypg SUBDIR += engine_pkcs11 SUBDIR += execwrap SUBDIR += expiretable |