g List
> *Subject:* Rust port: CARGO_CRATES in a file
>
>
>
> Hello,
>
>
>
> I'm looking for the correct way of using CARGO_CRATES list in a file
> instead of Makefile.
>
> I've found an example in www/so port:
>
> ---
>
> USES= cargo
From: owner-freebsd-po...@freebsd.org On
Behalf Of Nuno Teixeira
Sent: Monday, 11 July 2022 09:19
To: FreeBSD Mailing List
Subject: Rust port: CARGO_CRATES in a file
Hello,
I'm looking for the correct way of using CARGO_CRATES list in a file instead of
Makefile.
I'v
Hello,
I'm looking for the correct way of using CARGO_CRATES list in a file
instead of Makefile.
I've found an example in www/so port:
---
USES= cargo ssl
...
.include "${.CURDIR}/bsd.so.mk"
---
where bsd.so.mk is the CARGO_CRATES file list.
What you think about it? IMO a CARGO_CRATES