blob: eab39ce8f726cfb0c46622ac76b8458049778ecc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.09.ebuild,v 1.6 2006/08/17 21:16:42 mcummings Exp $
inherit perl-module
DESCRIPTION="An abstract baseclass for a standalone mason server"
SRC_URI="mirror://cpan/authors/id/J/JE/JESSE/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~jesse/${PN}/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ~ppc x86"
DEPEND="dev-perl/Hook-LexWrap
>=dev-perl/HTML-Mason-1.25
>=dev-perl/HTTP-Server-Simple-0.04
dev-lang/perl"
RDEPEND="${DEPEND}"
SRC_TEST="do"
IUSE=""
|