# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Scrubber/HTML-Scrubber-0.08.ebuild,v 1.15 2006/08/07 23:29:31 mcummings Exp $ # this is an RT dependency inherit perl-module DESCRIPTION="Perl extension for scrubbing/sanitizing html" SRC_URI="mirror://cpan/authors/id/P/PO/PODMASTER/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/P/PO/PODMASTER/${P}.readme" SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="amd64 ia64 ~ppc sparc x86" DEPEND="virtual/perl-Test-Simple dev-perl/HTML-Parser dev-lang/perl" RDEPEND="${DEPEND}" IUSE=""