dabbott
By: a guest | Jan 7th, 2010 | Syntax:
Bash | Size: 0.68 KB | Hits: 794 | Expires: Never
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SpeedyCGI/SpeedyCGI-2.22.ebuild,v 1.5 2009/11/26 12:36:42 flameeyes Exp $
inherit perl-module
DESCRIPTION="Speed up perl scripts by running them persistently"
HOMEPAGE="http://daemoninc.com/SpeedyCGI/"
SRC_URI="http://daemoninc.com/SpeedyCGI/CGI-${P}.tar.gz
http://oss.oetiker.ch/smokeping/pub/speedy-error.patch"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"
S=${WORKDIR}/CGI-${P}
PATCHES=( "${FILESDIR}/${P}-5.10.patch" )
MAKEOPTS="${MAKEOPTS} -j1"