diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-09 18:19:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-09 18:19:50 +0000 |
commit | aa925496461e8fe3d90a0e937521f4eca44ca29d (patch) | |
tree | 5bc2723c5e8b66d0d814f14f43bbcc9d23844dbb /security/Makefile | |
parent | 73d68e732cab3ed92713f90fb357889353b90509 (diff) | |
download | ports-aa925496461e8fe3d90a0e937521f4eca44ca29d.tar.gz ports-aa925496461e8fe3d90a0e937521f4eca44ca29d.zip |
- Add gpgdir 1.9.5
gpgdir is a perl script that uses the CPAN GnuPG::Interface module
to encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc.
WWW: http://www.cipherdyne.org/gpgdir/
PR: ports/179187
Submitted by: Hakisho Nukama <nukama@gmail.com>
Notes
Notes:
svn path=/head/; revision=326833
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 7b079491d85c..fad809c0cc2b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -171,6 +171,7 @@ SUBDIR += gpa SUBDIR += gpasman SUBDIR += gpass + SUBDIR += gpgdir SUBDIR += gpgme SUBDIR += gringotts SUBDIR += gsasl |