forked from Lainports/freebsd-ports
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)
9 lines
461 B
Text
9 lines
461 B
Text
Module::Build::Convert - Makefile.PL to Build.PL converter
|
|
|
|
ExtUtils::MakeMaker has been a de-facto standard for the common
|
|
distribution of Perl modules; Module::Build is expected to supersede
|
|
ExtUtils::MakeMaker in some time (part of the Perl core as of 5.10?)
|
|
|
|
The transition takes place slowly, as the converting process manually
|
|
achieved is yet an uncommon practice. The Module::Build::Convert
|
|
Makefile.PL parser is intended to ease the transition process.
|