ticket #2718
[pkgsrc.git] / devel / p5-ExtUtils-MakeMaker / DESCR
1 This utility is designed to write a Makefile for an extension module
2 from a Makefile.PL. It is based on the Makefile.SH model provided
3 by Andy Dougherty and the perl5-porters.
4
5 It splits the task of generating the Makefile into several subroutines
6 that can be individually overridden. Each subroutine returns the
7 text it wishes to have written to the Makefile.
8
9 MakeMaker is object oriented. Each directory below the current
10 directory that contains a Makefile.PL is treated as a separate
11 object. This makes it possible to write an unlimited number of
12 Makefiles with a single invocation of WriteMakefile().