freebsd-ports/devel/p5-ExtUtils-MakeMaker-CPANfile/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

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.