# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ MODULE_AUTHOR=MJH inherit perl-module versionator DESCRIPTION="Perl interface to the Apache scoreboard structure" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=www-servers/apache-2 >=www-apache/mod_perl-2" DEPEND="${RDEPEND}" M_PV=$(get_version_component_range 1-2 ${PV}); S="${WORKDIR}/${PN}-${M_PV}"