pkgsrc/textproc/erlang-fast_yaml/Makefile
triaxx 0c403c9b0f erlang-fast_yaml: Update to 1.0.34
upstream changes:
-----------------
Version 1.0.34
  o Support linking on Windows
Version 1.0.33
  o Updating p1_utils to version 1.0.25.
  o Fix order in which dependencies are started
  o Fix document generation in hex packages
Version 1.0.32
  o Updating p1_utils to version 1.0.23.
  o Switch from using Travis to Github Actions as CI
  o Fix compatiblity with OTP24
Version 1.0.31
  o Updating p1_utils to version 1.0.22.
  o Encode maps
Version 1.0.30
  o Fix problems reported by dialyzer
2022-10-15 12:15:25 +00:00

20 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.14 2022/10/15 12:15:25 triaxx Exp $
DISTNAME= fast_yaml-1.0.34
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.25:../../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"