pkgsrc/textproc/erlang-fast_xml/Makefile
fhajny 3019119dee Update textproc/erlang-fast_xml to 1.1.15.
Version 1.1.15
- Update to p1_utils 1.0.5

Version 1.1.14
- Erlang OTP R19 compliance
- Fix compilation on rebar3

Version 1.1.13
- Use p1_utils 1.0.4

Version 1.1.12
- Generator improvements

Version 1.1.11
- Now properly includes Elixir lib/ directory in hex.pm package

Version 1.1.10
- Split build in two steps to fix link step on Ubuntu
- Clean Makefile.mix to remove duplicated code

Version 1.1.9
- Fix Linux build with Mix

Version 1.1.8
- Package priv/lib structure to make sure everything is properly
  build by mix

Version 1.1.7
- Fix indent issue in Mix Makefile

Version 1.1.6
- Add missing Makefile.mix file in rebar hex.pm package
  description
- Make sure priv dir is created when building with mix and
  included in package dir list

Version 1.1.4
This is an Elixir friendly update:
- Add ability to return maps instead of xmlel record
- Add ability to tell parser to return Elixir structs instead of
  records
- Add Elixir tests
2016-08-12 09:34:59 +00:00

20 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/08/12 09:34:59 fhajny Exp $
DISTNAME= fast_xml-1.1.15
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/processone/fast_xml/
COMMENT= Fast Expat based Erlang XML parsing library
LICENSE= apache-2.0
GITHUB_PROJECT= fast_xml
DEPENDS+= erlang-p1_utils>=1.0.5:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
.include "../../textproc/expat/buildlink3.mk"
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"