blob: 2067a9340d28dc06315346e557897f22c3357a52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libapreq/libapreq-1.0-r3.ebuild,v 1.8 2005/01/04 14:39:27 mcummings Exp $
inherit perl-module
DESCRIPTION="A Apache Request Perl Module"
SRC_URI="mirror://cpan/authors/id/J/JI/JIMW/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~jimw/${P}/"
SLOT="0"
LICENSE="Apache-1.1 as-is"
KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
DEPEND="${DEPEND}
>=sys-apps/sed-4
<dev-perl/mod_perl-1.99"
mydoc="TODO"
|