Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard.] In addition to support for the standard itself, Crypt::OpenPGP claims compatibility with many other PGP implementations, both those that support the standard and those that preceded it.
Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard.] In addition to support for the standard itself, Crypt::OpenPGP claims compatibility with many other PGP implementations, both those that support the standard and those that preceded it.
To install p5.28-crypt-openpgp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-crypt-openpgp
To see what files were installed by p5.28-crypt-openpgp, run:
port contents p5.28-crypt-openpgp
To later upgrade p5.28-crypt-openpgp, run:
sudo port selfupdate && sudo port upgrade p5.28-crypt-openpgp
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.