1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/security/qtkeychain/Makefile

25 lines
426 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
NO_STAGE= yes
.include <bsd.port.mk>