opnsense-ports/lang/elixir-devel/pkg-message
Franco Fichtner 9d4071f28e */*: sync with upstream
Taken from: FreeBSD
2024-06-03 10:43:37 +02:00

25 lines
548 B
Text

[
{ type: install
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed:
- lang/erlang-runtime27 or newer
Note that lang/erlang through lang/erlang-runtime26 are not compatible
with this build.
EOM
}
{ type: upgrade
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed, as you prefer:
- lang/erlang-runtime27 or newer
Note that lang/erlang through lang/erlang-runtime26 are not compatible
with this build.
EOM
}
]