19 lines
496 B
Bash
19 lines
496 B
Bash
# 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"
|