mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
422 B
Plaintext
8 lines
422 B
Plaintext
This module can build the C portions of Perl modules by invoking the
|
|
appropriate compilers and linkers in a cross-platform manner. It was motivated
|
|
by the Module::Build project, but may be useful for other purposes as well.
|
|
However, it is not intended as a general cross-platform interface to all your C
|
|
building needs. That would have been a much more ambitious goal!
|
|
|
|
WWW: https://metacpan.org/release/ExtUtils-CBuilder
|