026113fa98
upstream changes: ----------------- Version 1.0.29 o Make test more robust Version 1.0.28 o Updating p1_utils to version 1.0.25. Version 1.0.27 o Updating p1_utils to version 1.0.23. o Switch from using Travis to Github Actions as CI Version 1.0.26 o Add tolower_nofilter function o Don't throw errors if nif library is already loaded Version 1.0.25 o Updating p1_utils to version 1.0.22.
20 lines
530 B
Makefile
20 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.12 2022/10/15 12:13:15 triaxx Exp $
|
|
|
|
DISTNAME= stringprep-1.0.29
|
|
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.25:../../misc/erlang-p1_utils
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|