blob: 0722934ab717d979a873147f688288bdc3ceed43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2012 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.16 2012/06/17 16:27:16 armin76 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 ppc ~ppc64 x86"
IUSE=""
DEPEND="dev-lang/perl"
|