# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit apache-module subversion

DESCRIPTION="Apache 2 module that provides fake handlers for PHP directives"
HOMEPAGE="http://www.dmi.me.uk/code/apache/mod_fakephp/"
SRC_URI=""

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

APACHE2_MOD_CONF="99_${PN}"
APACHE2_MOD_DEFINE="FAKEPHP"

ESVN_REPO_URI="http://svn.dmi.me.uk/mod_fakephp/trunk"

need_apache2_2
