forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
483 B
Text
9 lines
483 B
Text
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
|
|
drive distribution configuration, build, test and installation. Traditionally,
|
|
Build.PL uses Module::Build as the underlying build system. This module provides
|
|
a simple, lightweight, drop-in replacement.
|
|
|
|
Whereas Module::Build has over 6,700 lines of code; this module has less than
|
|
70, yet supports the features needed by most pure-Perl distributions.
|
|
|
|
WWW: http://search.cpan.org/dist/Module-Build-Tiny/
|