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
403 B
Text
7 lines
403 B
Text
ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and modifies
|
|
parameters for WriteMakefile in your Makefile.PL. Just use it instead of
|
|
ExtUtils::MakeMaker (which should be loaded internally), and prepare cpanfile.
|
|
|
|
As of version 0.03, ExtUtils::MakeMaker::CPANfile also removes WriteMakefile
|
|
parameters that the installed version of ExtUtils::MakeMaker doesn't know, to
|
|
avoid warnings.
|