net-libs/uhttpmock: ia64 keyworded, bug #523686
[gentoo.git] / net-libs / libasr / libasr-1.0.1.201505061057.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit versionator
7
8 DESCRIPTION="Async Resolver Library from OpenBSD/OpenSMTPD"
9 HOMEPAGE="https://github.com/OpenSMTPD/libasr"
10 SRC_URI="https://www.opensmtpd.org/archives/${PN}-$(get_version_component_range 4-).tar.gz"
11
12 LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND=""
18 RDEPEND="${DEPEND}"
19
20 S="${WORKDIR}/${PN}-$(get_version_component_range 4-)"