fb16dfecae
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
453 B
Text
9 lines
453 B
Text
Software distributions released to the CPAN include a META.json or,
|
|
for older distributions, META.yml, which describes the distribution,
|
|
its contents, and the requirements for building and installing the
|
|
distribution. The data structure stored in the META.json file is
|
|
described in CPAN::Meta::Spec.
|
|
|
|
CPAN::Meta provides a simple class to represent this distribution
|
|
metadata (or distmeta), along with some helpful methods for
|
|
interrogating that data.
|