summaryrefslogtreecommitdiff
blob: 74bd0ba312d15fc5b5f722c25ebb7285e7be0ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.0.6.ebuild,v 1.1 2008/12/20 13:24:05 graaff Exp $

inherit ruby gems

DESCRIPTION="HAML - a ruby web page templating engine"
HOMEPAGE="http://haml.hamptoncatlin.com/"

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

DEPEND="
	>=dev-lang/ruby-1.8.6
	dev-ruby/activesupport
	dev-ruby/hpricot"