summaryrefslogtreecommitdiff
blob: 334e792c1c55072ef3b744e0f18cff14ff9d6f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild,v 1.4 2007/06/15 03:27:00 mcummings Exp $

inherit perl-module

DESCRIPTION="Framework to automate HTML forms "
SRC_URI="mirror://cpan/authors/id/C/CO/CORION/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~corion/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 sparc ~x86"
IUSE=""

SRC_TEST="do"

DEPEND="dev-lang/perl
	dev-perl/Data-Random
	dev-perl/libwww-perl"