3b2488db11
QtKeychain is a Qt API to store passwords and other secret data securely.How the data is stored depends on the platform. For Linux/Unix, KWallet (via D-Bus) is used. Support for the GNOME Keyring via freedesktop.org's Secret Storage D-Bus specification is planned but not yet implemented. WWW: https://github.com/frankosterfeld/qtkeychain PR: 177634 Submitted by: 6yearold@gmail.com Feature safe: yes
24 lines
432 B
Makefile
24 lines
432 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qtkeychain
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= 6yearold@gmail.com
|
|
COMMENT= Platform independent Qt API for storing passwords
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= frankosterfeld
|
|
GH_TAGNAME= v${PORTVERSION}
|
|
GH_COMMIT= bb32e45
|
|
|
|
USES= cmake
|
|
USE_QT4= corelib dbus moc_build qmake_build rcc_build
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|