summaryrefslogtreecommitdiff
blob: 94519b7ee8a5de2360d129648728d8e794343379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$

DESCRIPTION="Meta package for Catalyst - The Elegant MVC Web Application
Framework, and all the plugins you need to get started"
HOMEPAGE="http://www.catalystframework.org/"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86"

S=${WORKDIR}

IUSE=""
DEPEND="
	>=dev-perl/Task-Catalyst-1.70
	dev-perl/Catalyst-Manual
"