Use https by default
[gentoo.git] / www-apache / mod_proxy_fcgi / mod_proxy_fcgi-0_p816361.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 inherit apache-module
6
7 DESCRIPTION="mod_proxy_fcgi is a FastCGI protocol handler for mod_proxy"
8 HOMEPAGE="http://httpd.apache.org"
9 SRC_URI="https://dev.gentoo.org/~hollow/distfiles/${P}.tar.bz2"
10
11 LICENSE="Apache-2.0"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND=""
17 RDEPEND=""
18
19 APACHE2_MOD_CONF="36_${PN}"
20 APACHE2_MOD_DEFINE="PROXY_FCGI"
21
22 need_apache2_2