summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/p5-YAML-PP/DESCR8
-rw-r--r--textproc/p5-YAML-PP/Makefile19
-rw-r--r--textproc/p5-YAML-PP/distinfo6
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-YAML-PP/DESCR b/textproc/p5-YAML-PP/DESCR
new file mode 100644
index 00000000000..71881e335cf
--- /dev/null
+++ b/textproc/p5-YAML-PP/DESCR
@@ -0,0 +1,8 @@
+YAML::PP is 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.
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"
diff --git a/textproc/p5-YAML-PP/distinfo b/textproc/p5-YAML-PP/distinfo
new file mode 100644
index 00000000000..ecc7e98b39b
--- /dev/null
+++ b/textproc/p5-YAML-PP/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/23 16:14:47 schmonz Exp $
+
+SHA1 (YAML-PP-0.018.tar.gz) = c6c1adbefac43853d590b8d32627868d2574db0a
+RMD160 (YAML-PP-0.018.tar.gz) = 0495148afc31c5d4db666ad2fe4753b4e707e90e
+SHA512 (YAML-PP-0.018.tar.gz) = 08f31f5de1f8846ba16908932cc83362047a53eef175ea3d197e49c0af0b2972ab8166dc28ccb1bf94a3da7ff00f6cf3bf2dfd164d59cbf1aa42f66f9a1db103
+Size (YAML-PP-0.018.tar.gz) = 160231 bytes