diff options
-rw-r--r-- | security/libsecret/Makefile | 4 | ||||
-rw-r--r-- | security/libsecret/pkg-descr | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index 9b72e474c..19d04c774 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -8,7 +8,7 @@ CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= library that keeps passwords and other secrets +COMMENT= Library to access the secret service API LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt @@ -20,8 +20,6 @@ USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-introspection --disable-vala -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAN1= secret-tool.1 diff --git a/security/libsecret/pkg-descr b/security/libsecret/pkg-descr index 139597f9c..3d5fb9e93 100644 --- a/security/libsecret/pkg-descr +++ b/security/libsecret/pkg-descr @@ -1,2 +1,7 @@ +libsecret is a library for storing and retrieving passwords and other +secrets. It communicates with the "Secret Service" using +DBus. gnome-keyring and ksecretservice are both implementations +of a Secret Service. interfaces and classes for commonly used +data structures. interfaces and classes for commonly used data structures. - +WWW: https://live.gnome.org/Libsecret |