mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
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)
7 lines
381 B
Text
7 lines
381 B
Text
Math::BigInt::GMP - Use the GMP library for Math::BigInt routines.
|
|
|
|
Provides support for big integer calculations via means of the GMP c-library.
|
|
|
|
Math::BigInt::GMP now no longer uses Math::GMP, but provides its own XS layer
|
|
to access the GMP c-library. This cuts out another (perl sub routine) layer and
|
|
also reduces the memory footprint by not loading Math::GMP and Carp at all.
|