ff1d34b980
Version 1.0.7 - Use p1_utils 1.0.5 - Do not log warning on sha1 nif reload attempt Version 1.0.6 - Fix compilation on rebar3 Version 1.0.5 - OpenSSL 1.1.0 compliance - Use p1_utils 1.0.4 Version 1.0.4 - Better compliance with R17 and R18
20 lines
549 B
Makefile
20 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/08/12 09:25:49 fhajny Exp $
|
|
|
|
DISTNAME= fast_tls-1.0.7
|
|
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.5:../../misc/erlang-p1_utils
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|