Files
jca 24d4896d29 Update to keyringer-0.7.2
New "search" and "ssearch" actions.
2026-02-24 16:43:49 +00:00

31 lines
549 B
Makefile

COMMENT = manage and share secrets using GnuPG and Git
DISTNAME = keyringer-0.7.2
CATEGORIES = security
HOMEPAGE = https://0xacab.org/rhatto/keyringer
MAINTAINER = Jeremie Courreges-Anglas <jca@wxcvbn.org>
# GPLv3+
PERMIT_PACKAGE = Yes
SITES = https://git.fluxo.info/keyringer/snapshot/
EXTRACT_SUFX = .tar.bz2
RUN_DEPENDS = devel/git \
security/gnupg>=2.2.23p1 \
shells/bash \
converters/base64
MAKE_FLAGS = PREFIX="${PREFIX}" \
MANDIR="${PREFIX}/man"
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
.include <bsd.port.mk>