httpd-fastcgi-0-r1.ebuild 417 B

123456789101112131415161718
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Virtual for FastCGI-enabled webservers"
  5. SLOT="0"
  6. KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
  7. RDEPEND="|| (
  8. www-apache/mod_fcgid
  9. www-servers/lighttpd
  10. www-servers/bozohttpd
  11. www-servers/nginx
  12. www-servers/resin
  13. www-servers/cherokee
  14. )"