summaryrefslogtreecommitdiff
path: root/devel/cargo-depgraph/Makefile
blob: 0447c45a44231ef0ed59825b030addeb78e48bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
PORTNAME=	cargo-depgraph
DISTVERSIONPREFIX=	v
DISTVERSION=	1.5.0
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Create dependency graphs for cargo projects using 'cargo metadata'
WWW=		https://github.com/jplatte/cargo-depgraph

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	graphviz>0:graphics/graphviz

USES=		cargo

USE_GITHUB=	yes
GH_ACCOUNT=	jplatte

CARGO_CRATES=	anstream-0.3.2 \
		anstyle-1.0.1 \
		anstyle-parse-0.2.1 \
		anstyle-query-1.0.0 \
		anstyle-wincon-1.0.1 \
		anyhow-1.0.71 \
		autocfg-1.1.0 \
		bitflags-1.3.2 \
		camino-1.1.4 \
		cargo-platform-0.1.2 \
		cargo_metadata-0.15.4 \
		cc-1.0.79 \
		clap-4.3.8 \
		clap_builder-4.3.8 \
		clap_lex-0.5.0 \
		colorchoice-1.0.0 \
		errno-0.3.1 \
		errno-dragonfly-0.1.2 \
		fixedbitset-0.4.2 \
		hashbrown-0.12.3 \
		hermit-abi-0.3.1 \
		indexmap-1.9.3 \
		io-lifetimes-1.0.11 \
		is-terminal-0.4.7 \
		itoa-1.0.6 \
		libc-0.2.147 \
		linux-raw-sys-0.3.8 \
		petgraph-0.6.3 \
		proc-macro2-1.0.63 \
		quote-1.0.28 \
		rustix-0.37.20 \
		ryu-1.0.13 \
		semver-1.0.17 \
		serde-1.0.164 \
		serde_derive-1.0.164 \
		serde_json-1.0.99 \
		strsim-0.10.0 \
		syn-2.0.22 \
		thiserror-1.0.40 \
		thiserror-impl-1.0.40 \
		unicode-ident-1.0.9 \
		utf8parse-0.2.1 \
		windows-sys-0.48.0 \
		windows-targets-0.48.0 \
		windows_aarch64_gnullvm-0.48.0 \
		windows_aarch64_msvc-0.48.0 \
		windows_i686_gnu-0.48.0 \
		windows_i686_msvc-0.48.0 \
		windows_x86_64_gnu-0.48.0 \
		windows_x86_64_gnullvm-0.48.0 \
		windows_x86_64_msvc-0.48.0

PLIST_FILES=	bin/${PORTNAME}

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>