From fadc12d957ce8847bdc56476bec347b5c299db62 Mon Sep 17 00:00:00 2001 From: schmonz Date: Thu, 23 Jan 2020 16:14:47 +0000 Subject: Initial import of p5-YAML-PP, a modern, modular YAML processor. It aims to support YAML 1.2 and YAML 1.1. The YAML::PP frontend will currently load all documents, and return only the last if called with scalar context. The YAML backend is implemented in a modular way that allows to add custom handling of YAML tags, perl objects and data types. --- textproc/p5-YAML-PP/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 textproc/p5-YAML-PP/Makefile (limited to 'textproc/p5-YAML-PP/Makefile') diff --git a/textproc/p5-YAML-PP/Makefile b/textproc/p5-YAML-PP/Makefile new file mode 100644 index 00000000000..b44aef31409 --- /dev/null +++ b/textproc/p5-YAML-PP/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/01/23 16:14:47 schmonz Exp $ + +DISTNAME= YAML-PP-0.018 +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" -- cgit v1.2.3