blob: b05c93e221a5f6a13fcc7482fce0277a0aef5dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.47.ebuild,v 1.1 2009/09/10 20:40:30 tove Exp $
EAPI=2
MODULE_AUTHOR=LDS
MY_PN=${PN}.pm
MY_P=${MY_PN}-${PV}
inherit perl-module
DESCRIPTION="Simple Common Gateway Interface Class"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
#DEPEND="dev-lang/perl"
# dev-perl/FCGI" #236921
S=${WORKDIR}/${MY_P}
SRC_TEST="do"
PATCHES=( "${FILESDIR}"/3.47-fcgi.patch )
|