pkgsrc/converters/erlang-iconv/Makefile
mef a8a06dd9b0 (converters/erlang-iconv) Updated 1.0.12 to 1.0.13
# Version 1.0.13

* Remove p1_utils dependency
* Parametrize the rebar binary (processone/fast_tls#51)
* Add Github Action to release in hex.pm when tagging
* Switch from Travis to Github Actions
2022-03-13 06:47:52 +00:00

20 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.11 2022/03/13 06:47:52 mef Exp $
DISTNAME= iconv-1.0.13
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/processone/iconv/
COMMENT= Fast encoding conversion library for Erlang / Elixir
LICENSE= apache-2.0
GITHUB_PROJECT= iconv
DEPENDS+= erlang-p1_utils>=1.0.19:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"