OpenBSD-Unofficial-Ports/devel-keychain/Makefile
2025-02-25 17:45:59 -06:00

26 lines
436 B
Makefile

COMMENT = cross-platform wrapper for the OS credential storage
GH_ACCOUNT = hrantzsch
GH_PROJECT = keychain
GH_TAGNAME = v1.3.0
CATEGORIES = devel
HOMEPAGE = https://github.com/hrantzsch/keychain
MAINTAINER = "Ed <ed@groovyexpress.com>"
# MIT
PERMIT_PACKAGE = Yes
COMPILER = base-clang ports-gcc base-gcc
MODULES = devel/cmake
LIB_DEPENDS = devel/glib2 \
x11/gnome/libsecret
NO_TEST = Yes
.include <bsd.port.mk>