mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
35 lines
511 B
TOML
35 lines
511 B
TOML
[build]
|
|
|
|
# Use bundled crates; this should permit offline build.
|
|
vendor = true
|
|
|
|
# In addition to rustc, rust-std and rust-docs, build Cargo.
|
|
extended = true
|
|
|
|
# python(1) location.
|
|
python = "%PYTHON_CMD%"
|
|
|
|
# Do we want to build docs?
|
|
docs = %DOCS%
|
|
|
|
[install]
|
|
|
|
# Install location.
|
|
prefix = "%PREFIX%"
|
|
sysconfdir = "%SYSCONFDIR%"
|
|
mandir = "%MANDIR%"
|
|
|
|
[rust]
|
|
|
|
# Rust release channel.
|
|
channel = "%CHANNEL%"
|
|
|
|
[llvm]
|
|
ccache = %CCACHE%
|
|
|
|
[target.%TARGET%]
|
|
|
|
[dist]
|
|
|
|
# Do not build the source archive.
|
|
src-tarball = false
|