summaryrefslogtreecommitdiff
path: root/textproc/p5-YAML-PP/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2020-01-23 16:14:47 +0000
committerschmonz <schmonz@pkgsrc.org>2020-01-23 16:14:47 +0000
commitfadc12d957ce8847bdc56476bec347b5c299db62 (patch)
tree0e8464a2a911eeff3be032a72fd6d45d411f5bfe /textproc/p5-YAML-PP/Makefile
parentb41940f33b8917a013655340644740037a3076ae (diff)
downloadpkgsrc-fadc12d957ce8847bdc56476bec347b5c299db62.tar.gz
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.
Diffstat (limited to 'textproc/p5-YAML-PP/Makefile')
-rw-r--r--textproc/p5-YAML-PP/Makefile19
1 files changed, 19 insertions, 0 deletions
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"