d9b3d4d62a
pkgsrc changes: --------------- * Actually REBAR is already defined in MAKE_FLAGS of lang/erlang/modules. * Bump revision.
21 lines
568 B
Makefile
21 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.20 2021/05/21 10:48:55 triaxx Exp $
|
|
|
|
DISTNAME= fast_tls-1.1.12
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/processone/tls/
|
|
COMMENT= TLS / SSL OpenSSL-based native driver for Erlang / Elixir
|
|
LICENSE= apache-2.0
|
|
|
|
GITHUB_PROJECT= fast_tls
|
|
|
|
DEPENDS+= erlang-p1_utils>=1.0.22:../../misc/erlang-p1_utils
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|