summaryrefslogtreecommitdiff
blob: 91328e087a9a4096e41fb1bba8e03f2b02b59e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild,v 1.7 2006/10/15 17:26:44 kloeri Exp $

inherit perl-module

DESCRIPTION="Test::WWW::Mechanize is a subclass of WWW::Mechanize that
incorporates features for web application testing"
SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~petdance/${P}/"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
#KEYWORDS="~ppc ~x86"
KEYWORDS="ia64 ~ppc sparc x86"
SRC_TEST="do"

DEPEND=">=dev-perl/WWW-Mechanize-1.00
	dev-perl/Carp-Assert-More
	>=dev-perl/HTTP-Server-Simple-0.07
	dev-perl/URI
	>=dev-perl/Test-LongString-0.07
	dev-lang/perl"
RDEPEND="${DEPEND}"

src_compile() {
	echo "y" | perl-module_src_compile
}