26 lines
436 B
Makefile
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>
|