Files
ports/security/keepass-diff/Makefile
T
Mikael Urankar e29b5eeec3 lang/rust: Bump revisions after 1.96.0
PR:		295694
2026-06-04 10:52:51 +02:00

28 lines
485 B
Makefile

PORTNAME= keepass-diff
PORTVERSION= 1.1.3
PORTREVISION= 4
CATEGORIES= security
MAINTAINER= hiroo.ono+freebsd@gmail.com
COMMENT= CLI-tool to diff two Keepass (.kdbx) files
WWW= https://keepass-diff.narigo.dev/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= Narigo
PLIST_FILES= bin/keepass-diff
OPTIONS_DEFINE= NATIVE
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNATIVE}
RUSTFLAGS= -C target-cpu=native
.endif
.include <bsd.port.mk>