10d343a747
Version 1.0.3 - Do not call internal erlang erl_exit function (Christophe Romain) Version 1.0.2 - Add support for cafile option (Evgeny Khramtsov) - Better error checks (Michael Santos)
20 lines
549 B
Makefile
20 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/04/29 18:14:24 fhajny Exp $
|
|
|
|
DISTNAME= fast_tls-1.0.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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.3:../../misc/erlang-p1_utils
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|