diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-05 05:04:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-05 05:04:44 +0800 |
commit | 008fafe754bcc1118730c0fa79694e73d41e995a (patch) | |
tree | 3e203d633da75fec0cc7a7e7080317991c864dc8 /security/Makefile | |
parent | 21b3e81bc5f39d255f5051adc51bc9bc91468463 (diff) | |
download | freebsd-ports-gnome-008fafe754bcc1118730c0fa79694e73d41e995a.tar.gz freebsd-ports-gnome-008fafe754bcc1118730c0fa79694e73d41e995a.tar.zst freebsd-ports-gnome-008fafe754bcc1118730c0fa79694e73d41e995a.zip |
The Python keyring lib provides an easy way to access the system keyring
service from Python. It can be used in any application that needs safe password
storage. It supports OSX, KDE, Gnome and Windows's native password storing
services. Besides this, it is shipped with kinds of Python implemented keyring
for the left environments.
WWW: http://pypi.python.org/pypi/keyring
PR: ports/138513
Submitted by: Douglas Thrift
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 fa50d74f6410..832b83db752b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -663,6 +663,7 @@ SUBDIR += py-gnupg SUBDIR += py-gnutls SUBDIR += py-hashlib + SUBDIR += py-keyring SUBDIR += py-m2crypto SUBDIR += py-mcrypt SUBDIR += py-mhash |