diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-09-30 18:23:42 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-09-30 18:23:42 +0000 |
commit | 231213ccac5faef7eefcbf0d00758d62704cc57c (patch) | |
tree | d3b339962693b5bdf4b4a310108b31857790ac71 /security/Makefile | |
parent | a89eaae57b78de96826f7b561f8b16a7e2d13084 (diff) | |
download | ports-231213ccac5faef7eefcbf0d00758d62704cc57c.tar.gz ports-231213ccac5faef7eefcbf0d00758d62704cc57c.zip |
gnome-keyring-sharp is a fully managed implementation of libgnome-keyring.
When the gnome-keyring-daemon is running, you can use this to retrieve/store
confidential information such as passwords, notes or network services user
information.
WWW: http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/
Notes
Notes:
svn path=/head/; revision=262198
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 f14979e09ad2..e9ca68396324 100644 --- a/security/Makefile +++ b/security/Makefile @@ -164,6 +164,7 @@ SUBDIR += gir-repository-gnome-keyring SUBDIR += gnome-gpg SUBDIR += gnome-keyring + SUBDIR += gnome-keyring-sharp SUBDIR += gnome-password-generator SUBDIR += gnome-ssh-askpass SUBDIR += gnupg |