diff options
Diffstat (limited to 'virtual/httpd-php/httpd-php-5.3.ebuild')
-rw-r--r-- | virtual/httpd-php/httpd-php-5.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/httpd-php/httpd-php-5.3.ebuild b/virtual/httpd-php/httpd-php-5.3.ebuild new file mode 100644 index 000000000000..73b5be1dc7a9 --- /dev/null +++ b/virtual/httpd-php/httpd-php-5.3.ebuild @@ -0,0 +1,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.3.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.3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="|| ( =dev-lang/php-5.3*[apache2] + =dev-lang/php-5.3*[cgi] + =dev-lang/php-5.3*[fpm] )" +DEPEND="" |