pkgsrc/security/erlang-fast_tls/Makefile
triaxx d9b3d4d62a erlang-fast_tls: Remove useless variable from MAKE_ENV
pkgsrc changes:
---------------
  * Actually REBAR is already defined in MAKE_FLAGS of lang/erlang/modules.
  * Bump revision.
2021-05-21 10:48:55 +00:00

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"