Perl extension for access to network card configuration information
IO::Interface adds methods to IO::Socket objects that allows them to be used to retrieve and change information about the network interfaces on your system. In addition to the object-oriented access methods, you can use a function-oriented style. IO::Interface::Simple allows you to interrogate and change network interfaces. It has overlapping functionality with Net::Interface, but might compile and run on more platforms.
IO::Interface adds methods to IO::Socket objects that allows them to be used to retrieve and change information about the network interfaces on your system. In addition to the object-oriented access methods, you can use a function-oriented style. IO::Interface::Simple allows you to interrogate and change network interfaces. It has overlapping functionality with Net::Interface, but might compile and run on more platforms.
To install p5.34-io-interface, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-io-interface
To see what files were installed by p5.34-io-interface, run:
port contents p5.34-io-interface
To later upgrade p5.34-io-interface, run:
sudo port selfupdate && sudo port upgrade p5.34-io-interface
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.