pentoo-overlay/dev-ruby/puma/puma-2.14.0.ebuild
2016-03-13 23:25:37 +08:00

16 lines
362 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22"
inherit ruby-fakegem
DESCRIPTION="Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server"
HOMEPAGE="https://rubygems.org/gems/puma"
LICENSE="BSD-3-CLAUSE"
SLOT="0"
KEYWORDS="~amd64 ~x86"