summaryrefslogtreecommitdiff
blob: 23f5a8f4f130c6197d6edb60ac6968385a49f8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.2.ebuild,v 1.1 2010/07/05 14:05:34 mabi Exp $

EAPI="2"

DESCRIPTION="Virtual to provide PHP-enabled webservers"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="5.2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="|| ( =dev-lang/php-5.2*[apache2]
			  =dev-lang/php-5.2*[cgi]
			  =dev-lang/php-5.2*[fpm] )"
DEPEND=""