dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / dev-erlang / fast_tls / fast_tls-1.1.19.ebuild
blob92ddb3407d8bc6c64a1d39d16af45c22619cb50e
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit rebar
8 DESCRIPTION="TLS/SSL native driver for Erlang and Elixir"
9 HOMEPAGE="https://github.com/processone/fast_tls"
10 SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="Apache-2.0"
13 SLOT="0"
14 KEYWORDS="amd64 ~arm ~sparc ~x86"
16 DEPEND="
17         >=dev-erlang/p1_utils-1.0.25
18         dev-libs/openssl:0=
20 RDEPEND="${DEPEND}"
22 DOCS=( CHANGELOG.md README.md )