ports/security/ratify/Makefile
2024-09-10 13:00:34 +02:00

152 lines
3.2 KiB
Makefile

PORTNAME= ratify
DISTVERSION= 2.2.0
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool to sign files and directories
WWW= https://github.com/vmalloc/ratify
LICENSE= MIT
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= vmalloc
CARGO_CRATES= aho-corasick-1.1.2 \
anstream-0.6.4 \
anstyle-1.0.4 \
anstyle-parse-0.2.2 \
anstyle-query-1.0.0 \
anstyle-wincon-3.0.1 \
anyhow-1.0.75 \
assert_fs-1.0.13 \
autocfg-1.1.0 \
bitflags-1.3.2 \
bitflags-2.4.1 \
block-buffer-0.10.4 \
bstr-1.8.0 \
cfg-if-1.0.0 \
clap-4.4.8 \
clap_builder-4.4.8 \
clap_derive-4.4.7 \
clap_lex-0.6.0 \
colorchoice-1.0.0 \
console-0.15.8 \
cpufeatures-0.2.11 \
crossbeam-channel-0.5.8 \
crossbeam-deque-0.8.3 \
crossbeam-epoch-0.9.15 \
crossbeam-utils-0.8.16 \
crypto-common-0.1.6 \
diff-0.1.13 \
difflib-0.4.0 \
digest-0.10.7 \
doc-comment-0.3.3 \
either-1.9.0 \
encode_unicode-0.3.6 \
errno-0.3.8 \
fastrand-2.0.1 \
generic-array-0.14.7 \
globset-0.4.14 \
globwalk-0.8.1 \
heck-0.4.1 \
hermit-abi-0.3.3 \
hex-0.4.3 \
human_bytes-0.4.3 \
ignore-0.4.21 \
indicatif-0.17.8 \
instant-0.1.13 \
itertools-0.11.0 \
itertools-0.12.1 \
itoa-1.0.10 \
lazy_static-1.4.0 \
libc-0.2.150 \
linux-raw-sys-0.4.12 \
log-0.4.20 \
matchers-0.1.0 \
md-5-0.10.6 \
memchr-2.6.4 \
memoffset-0.9.0 \
nu-ansi-term-0.46.0 \
num_cpus-1.16.0 \
number_prefix-0.4.0 \
once_cell-1.18.0 \
overload-0.1.1 \
pathdiff-0.2.1 \
pin-project-lite-0.2.13 \
portable-atomic-1.6.0 \
predicates-3.0.4 \
predicates-core-1.0.6 \
predicates-tree-1.0.9 \
pretty_assertions-1.4.0 \
proc-macro2-1.0.78 \
quote-1.0.35 \
redox_syscall-0.4.1 \
regex-1.10.2 \
regex-automata-0.1.10 \
regex-automata-0.4.3 \
regex-syntax-0.6.29 \
regex-syntax-0.8.2 \
rustix-0.38.26 \
rustversion-1.0.14 \
ryu-1.0.17 \
same-file-1.0.6 \
scopeguard-1.2.0 \
serde-1.0.197 \
serde_derive-1.0.197 \
serde_json-1.0.114 \
sha1-0.10.6 \
sha2-0.10.8 \
sharded-slab-0.1.7 \
smallvec-1.11.2 \
strsim-0.10.0 \
strum-0.25.0 \
strum_macros-0.25.3 \
syn-2.0.52 \
tempfile-3.8.1 \
termcolor-1.4.1 \
termtree-0.4.1 \
thiserror-1.0.61 \
thiserror-impl-1.0.61 \
thread_local-1.1.7 \
tracing-0.1.40 \
tracing-core-0.1.32 \
tracing-log-0.2.0 \
tracing-subscriber-0.3.18 \
typenum-1.17.0 \
unicode-ident-1.0.12 \
unicode-width-0.1.13 \
utf8parse-0.2.1 \
valuable-0.1.0 \
version_check-0.9.4 \
walkdir-2.4.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.6 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.48.0 \
windows-sys-0.52.0 \
windows-targets-0.48.5 \
windows-targets-0.52.0 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_gnullvm-0.52.0 \
windows_aarch64_msvc-0.48.5 \
windows_aarch64_msvc-0.52.0 \
windows_i686_gnu-0.48.5 \
windows_i686_gnu-0.52.0 \
windows_i686_msvc-0.48.5 \
windows_i686_msvc-0.52.0 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnu-0.52.0 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_gnullvm-0.52.0 \
windows_x86_64_msvc-0.48.5 \
windows_x86_64_msvc-0.52.0 \
yansi-0.5.1
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>