pkgsrc/devel/erlang-ezlib/Makefile
triaxx 1ac3b2683f erlang-ezlib: Update to 1.0.12
upstream changes:
-----------------
Version 1.0.12
  o Include new .c file in hex package
Version 1.0.11
  o Updating p1_utils to version 1.0.25.
  o Convert from driver to nif architecture
  o Add ability to configure compression setting
  o Tune default compression setting to use less memory
Version 1.0.10
  o Switch from using Travis to Github Actions as CI
  o Update .gitignore
2022-10-14 19:06:00 +00:00

17 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/10/14 19:06:00 triaxx Exp $
DISTNAME= ezlib-1.0.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
GITHUB_PROJECT= ezlib
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/processone/ezlib
COMMENT= Native zlib driver for Erlang / Elixir
LICENSE= apache-2.0
DEPENDS+= erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"