ports/devel/erlang-native-compiler/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

8 lines
422 B
Text

erlang-native-compiler, or enc, as it is installed, is an Erlang build
tool that makes it easy to compile erlang NIFs - native interface
functions - in rebar3 and mix projects, handling the port compiler
options that rebar and rebar2 provided, but were subsequently removed
from rebar3 and not included in mix itself.
enc is a self-contained Erlang script, so it's easy to distribute
or even embed directly in a project.