summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild')
-rw-r--r--dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild
new file mode 100644
index 000000000000..1fd22b5214f7
--- /dev/null
+++ b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 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.04.ebuild,v 1.1 2005/06/12 19:46:14 rl03 Exp $
+
+inherit perl-module
+
+CATEGORY="dev-perl"
+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="~x86"
+SRC_TEST="do"
+
+DEPEND=">=dev-perl/WWW-Mechanize-1.00
+ >=dev-perl/Test-LongString-0.07"
+
+src_compile() {
+ echo "y" | perl-module_src_compile
+}