# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit perl-module DESCRIPTION="ASP for Apache" SRC_URI="http://cpan.org/modules/by-module/Apache/${P}.tar.gz" HOMEPAGE="http://cpan.org/modules/by-module/Apache/${P}.readme" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ~ppc sparc alpha s390" IUSE="" DEPEND="MLDBM MLDBM-Sync" src_install() { perl-module_src_install insinto /etc/apache2/conf/modules.d doins ${FILESDIR}/79_apache_asp.conf }