blob: 63926c1391a919b795c671d5ee934539ee93c12b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/FCGI-0.67.ebuild,v 1.13 2007/01/15 18:49:43 mcummings Exp $
# this is an RT dependency
inherit perl-module
DESCRIPTION="Fast CGI"
SRC_URI="mirror://cpan/authors/id/S/SK/SKIMO/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~skimo/"
SRC_TEST="do"
SLOT="0"
LICENSE="openmarket"
KEYWORDS="amd64 ia64 ppc x86"
IUSE=""
DEPEND="dev-lang/perl"
|