mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
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)
6 lines
294 B
Text
6 lines
294 B
Text
JSON::Validator validates a data structure against a schema. It can
|
|
load schemas from JSON, YAML, and perl data structures, and includes a
|
|
powerful schema-building DSL.
|
|
|
|
JSON is processed by Mojo::JSON (which will use p5-Cpanel-JSON-XS
|
|
if it's installed). YAML uses p5-YAML-LibYAML (YAML::XS).
|