# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-module DESCRIPTION="Handy web browsing in a Perl object" SRC_URI="mirror://cpan/modules/by-module/${PN%%-*}/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/dist/${PN}/" IUSE="${IUSE}" # configure to run the local tests, but not the ones which access the Internet myconf="--local --mech-dump --nolive" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" LICENSE="|| ( Artistic GPL-2 )" # don't clobber stuff from perl-module.eclass myRDEPEND=">=dev-perl/libwww-perl-5.76 >=dev-perl/HTML-Parser-3.34 dev-perl/Test-LongString >=dev-perl/URI-1.25 dev-perl/IO-Socket-SSL" RDEPEND="${RDEPEND} ${myRDEPEND}" DEPEND="${DEPEND} ${myRDEPEND} dev-perl/Test-Pod dev-perl/Test-Memory-Cycle" # These two are only needed for tests. # Test-Warn and Test-Taint would also be nice for the tests, but aren't required # and also aren't in Portage yet. SRC_TEST="do"