summaryrefslogtreecommitdiff
path: root/security/keepass-diff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/keepass-diff/Makefile')
-rw-r--r--security/keepass-diff/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/security/keepass-diff/Makefile b/security/keepass-diff/Makefile
new file mode 100644
index 000000000000..62c5e87a48e7
--- /dev/null
+++ b/security/keepass-diff/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= keepass-diff
+PORTVERSION= 1.1.3
+PORTREVISION= 1
+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>