Re: Rust port: CARGO_CRATES in a file

2022-07-11 Thread Nuno Teixeira
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

RE: Rust port: CARGO_CRATES in a file

2022-07-11 Thread driesm
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

Rust port: CARGO_CRATES in a file

2022-07-11 Thread Nuno Teixeira
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