import p5-Crypt-DSA-GMP 0.02
needed by p5-Crypt-OpenPGP 1.21
OK tb@
Comment:
DSA signatures and key generation
Description:
Crypt::DSA::GMP is an implementation of the DSA (Digital Signature
Algorithm) signature verification system. The implementation itself is
pure Perl, with mathematics support from Math::BigInt::GMP and
Math::Prime::Util::GMP.
This package provides DSA signing, signature verification, and key
generation.
avoid gnuism around variadic macros that causes issues with ports
pulling this in that use -Werror. patch came from an upstream PR
https://github.com/libcheck/check/pull/40 (which was closed because
of an issue with MSVC)
import ports/devel/automake/1.19, from brad, ok kirill
Automake is an experimental Makefile generator. It was inspired by the
4.4BSD make and include files, but aims to be portable and to conform to
the GNU standards for Makefile variables and targets.
Automake assumes the project uses autoconf. If you want automatic
dependency tracking support, the use of GNU make is also required.