c2e57133df
upstream changes: ----------------- Version 1.0.29 * Updating p1_utils to version 1.0.21. Version 1.0.28 * Fix hex to support compiling ejabberd with rebar3 Version 1.0.27 * Updating p1_utils to version 1.0.20. Version 1.0.26 * Fix compilation with Erlang/OTP 23.0 Version 1.0.25 * Updating p1_utils to version 1.0.19. Version 1.0.24 * Use github actions for build/test Version 1.0.23 * Updating p1_utils to version 1.0.18. * Add flag that decodes yaml maps to erlang maps (Thanks to Arjan Scherpenisse) * Add flag that converts special values to erlang equivalents (Thanks to Arjan Scherpenisse) * Add p1_utils as dependant app Version 1.0.22 * Updating p1_utils to version 1.0.17. Version 1.0.21 * Fix handling of strings with ' inside them Version 1.0.20 * Updating p1_utils to version 1.0.16. * Handle erlang escape sequences Version 1.0.19 * Updating p1_utils to version 1.0.15. * Don't crash when atom lenght is > 255 Version 1.0.18 * Updating p1_utils to version 1.0.14. * Add contribution guide Version 1.0.17 * Updating p1_utils to version 1.0.13. Version 1.0.16 * Updating p1_utils to version 6ff85e8. * Add handling of unicode string
20 lines
548 B
Makefile
20 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/01/15 23:53:33 triaxx Exp $
|
|
|
|
DISTNAME= fast_yaml-1.0.29
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/processone/fast_yaml/
|
|
COMMENT= Fast YAML native library for Erlang / Elixir
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
|
|
|
|
GITHUB_PROJECT= fast_yaml
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../textproc/libyaml/buildlink3.mk"
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|