The ring-v0.16.20 crate (latest) only builds on a handful of archs. Work seems to be ongoing upstream to add support for more architectures. ok semarie@
29 lines
506 B
Makefile
29 lines
506 B
Makefile
# ring-v0.16.20 does not support those archs
|
|
NOT_FOR_ARCHS = powerpc64 riscv64 sparc64
|
|
|
|
COMMENT = command line BitWarden client
|
|
|
|
DISTNAME = rbw-1.4.3
|
|
|
|
CATEGORIES = security
|
|
|
|
MASTER_SITES = https://git.tozt.net/rbw/snapshot/
|
|
|
|
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
|
|
|
|
# MIT X11
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c c++abi crypto m pthread ssl
|
|
|
|
DISTFILES += ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
.include "crates.inc"
|
|
|
|
MODULES = devel/cargo
|
|
|
|
CONFIGURE_STYLE = cargo
|
|
SEPARATE_BUILD = Yes
|
|
|
|
.include <bsd.port.mk>
|