diff options
author | romain <romain@FreeBSD.org> | 2010-10-01 02:23:42 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-10-01 02:23:42 +0800 |
commit | 0a3897ca7f39c263bc8697dfb8290a331cab801a (patch) | |
tree | b125e2b5dc7ead20c3a5e03a515a78e35e2d38c4 /security/Makefile | |
parent | d22c647ef2fcb63957ab40edac4268b18e0246e0 (diff) | |
download | freebsd-ports-gnome-0a3897ca7f39c263bc8697dfb8290a331cab801a.tar.gz freebsd-ports-gnome-0a3897ca7f39c263bc8697dfb8290a331cab801a.tar.zst freebsd-ports-gnome-0a3897ca7f39c263bc8697dfb8290a331cab801a.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/
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 |