freebsd-ports/textproc/p5-YAML/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

8 lines
380 B
Text

The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0
specification, https://yaml.org/spec/
YAML is a generic data serialization language that is optimized for human
readability. It can be used to express the data structures of most modern
programming languages, including Perl.
For information on the YAML syntax, please refer to the YAML specification.