aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-10-26 01:20:21 +0000
committerSteve Wills <swills@FreeBSD.org>2015-10-26 01:20:21 +0000
commitbcbd6e9e1edcd8b7461223e7c3d8d87cdc79571b (patch)
treeda43888b3ee628c252b79aeed94aedc8f89ef5bf /security/Makefile
parentf9415f28def9f2d97813b867b094f86a4f32c390 (diff)
downloadports-bcbd6e9e1edcd8b7461223e7c3d8d87cdc79571b.tar.gz
ports-bcbd6e9e1edcd8b7461223e7c3d8d87cdc79571b.zip
security/py-python-gnupg: create port
The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage (generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP. WWW: http://packages.python.org/python-gnupg/index.html PR: 199551 Submitted by: Christer Edwards <christer.edwards@gmail.com>
Notes
Notes: svn path=/head/; revision=400171
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 782e8280cec3..fd4c350fa282 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -846,6 +846,7 @@
SUBDIR += py-pyptlib
SUBDIR += py-pyscard
SUBDIR += py-pysha3
+ SUBDIR += py-python-gnupg
SUBDIR += py-python-registry
SUBDIR += py-rekall
SUBDIR += py-rekall-core