pkgsrc/security/erlang-fast_tls/Makefile
fhajny 1869f5db99 Update security/fast_tls to 1.0.20.
Version 1.0.20
- Include uthash.h in hex package

Version 1.0.19
- Fix couple memory leaks
- Switch hashmap to uthash library
- Use system allocator in openssl
- Update ciphers and option to safer defaults
2018-01-16 12:16:22 +00:00

20 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.13 2018/01/16 12:16:22 fhajny Exp $
DISTNAME= fast_tls-1.0.20
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.10:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"