pkgsrc/textproc/erlang-stringprep/Makefile
triaxx f22556f287 erlang-stringprep: Update to 1.O.24
upstream changes:
-----------------
Version 1.0.24
  * Updating p1_utils to version 1.0.21.

Version 1.0.23
  * Exclude old OTP releases from Travis
  * Fix hex to support compiling ejabberd with rebar3

Version 1.0.22
  * Updating p1_utils to version 1.0.20.

Version 1.0.21
  * Fix compilation with Erlang/OTP 23.0, and Travis

Version 1.0.20
  * Updating p1_utils to version 1.0.19.

Version 1.0.19
  * Updating p1_utils to version 1.0.18.
  * Update copyright year

Version 1.0.18
  * Updating p1_utils to version 1.0.17.

Version 1.0.17
  * Updating p1_utils to version 1.0.16.

Version 1.0.16
  * Updating p1_utils to version 1.0.15.

Version 1.0.15
  * Updating p1_utils to version 1.0.14.
  * Add contribution guide
  * Fix license discrepancies

Version 1.0.14
  * Updating p1_utils to version 1.0.13.

Version 1.0.13
  * Updating p1_utils to version 6ff85e8.
2021-01-15 23:57:16 +00:00

20 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.11 2021/01/15 23:57:16 triaxx Exp $
DISTNAME= stringprep-1.0.24
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/processone/stringprep/
COMMENT= Fast Stringprep implementation for Erlang / Elixir
LICENSE= apache-2.0
GITHUB_PROJECT= stringprep
DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"