pkgsrc/textproc/p5-YAML-PP/Makefile
schmonz 3275e3d78e Update to 0.019. From the changelog:
- Important (and possibly breaking) changes:
  - Change default schema from JSON to Core.
    Reason: This is the recommended Schema for YAML 1.2, and what people
    would expect to be the default.
  - load* in scalar context returns first document.
    Reason: I think this is the most reasonable behaviour, and it
    will continue to work the same if you later add documents to a file.
  - Empty nodes in YAML 1.2 JSON Schema resolve to '' by default like
    before, but now it can be configured
  - Fix some control character escaping and encoding issues (issue#16, issue#17)
    YAML::PP will now just assume all input data are unicode characters
    and won't do an explicit utf8::upgrade
  - Fix Core schema resolver for inf: add +.inf, +.Inf, +.INF
- Improve emitter regarding empty lists/hashes (no newline before []/{})
- Spelling and grammar fixes (PR#23 @gregoa)
- Fix YAML::PP::Grammar pod (PR#22 @gregoa)
- Fix yamlpp5-load-dump
- Fix error tokens output
- Update yaml-test-suite to data-2020-02-11
2020-02-14 05:58:27 +00:00

19 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/02/14 05:58:27 schmonz Exp $
DISTNAME= YAML-PP-0.019
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cpan.metacpan.org/authors/id/T/TI/TINITA/
COMMENT= Modern, modular YAML processor
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/YAML/PP/.packlist
USE_LANGUAGES= # none
BUILDLINK_API_DEPENDS.p5-Encode+= p5-Encode>=0
.include "../../textproc/p5-Encode/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"