34 lines
589 B
Makefile
34 lines
589 B
Makefile
# $OpenBSD: Makefile,v 1.4 2018/06/16 11:47:06 jca Exp $
|
|
|
|
COMMENT = manage and share secrets using GnuPG and Git
|
|
|
|
DISTNAME = keyringer-0.5.3
|
|
REVISION = 1
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://keyringer.pw/
|
|
|
|
MAINTAINER = Gregoire Jadi <gjadi@omecha.info>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = https://keyringer.pw/releases/
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
RUN_DEPENDS = devel/git \
|
|
security/gnupg2 \
|
|
shells/bash \
|
|
converters/base64
|
|
|
|
MAKE_FLAGS = PREFIX="${PREFIX}" \
|
|
MANDIR="${PREFIX}/man"
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|