332b96b9f2abdb05114298acde0509d55eabd270
[gentoo.git] / dev-erlang / p1_xmlrpc / p1_xmlrpc-1.15.1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
6
7 inherit rebar
8
9 DESCRIPTION="Erlang XMLRPC implementation with SSL, cookies, authentication"
10 HOMEPAGE="https://github.com/processone/p1_xmlrpc"
11 SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
12         -> ${P}.tar.gz"
13
14 LICENSE="BSD-2"
15 SLOT="0"
16 KEYWORDS="~amd64 ~arm ~ppc ~x86"
17
18 DEPEND=">=dev-lang/erlang-17.1"
19 RDEPEND="${DEPEND}"
20
21 DOCS=( CHANGELOG.md  README.md )