help build perl modules with self-contained C libraries
Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) C code in your Perl programs, there isn't a clear method to compile standard, self-contained C libraries. This module's main goal is to help in that task.
Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) C code in your Perl programs, there isn't a clear method to compile standard, self-contained C libraries. This module's main goal is to help in that task.
To install p5.28-extutils-libbuilder, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-extutils-libbuilder
To see what files were installed by p5.28-extutils-libbuilder, run:
port contents p5.28-extutils-libbuilder
To later upgrade p5.28-extutils-libbuilder, run:
sudo port selfupdate && sudo port upgrade p5.28-extutils-libbuilder
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.