summaryrefslogtreecommitdiff
blob: f50db2ac77f3f25db546481d44fefbc881fae84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-0.9.4.ebuild,v 1.2 2009/08/27 08:39:47 a3li Exp $

inherit ruby gems
USE_RUBY="ruby18"

DESCRIPTION="Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort."
HOMEPAGE="http://www.sinatrarb.com/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/ruby-1.8.6
	>=dev-ruby/rack-0.9.1"
RDEPEND="${DEPEND}"