summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild')
-rw-r--r--dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild
new file mode 100644
index 000000000000..97e051bf6310
--- /dev/null
+++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild,v 1.1 2006/01/13 16:58:47 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="automate interaction with bugzilla"
+SRC_URI="mirror://cpan/authors/id/M/MC/MCVELLA/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~mcvella/${P}"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/WWW-Mechanize
+ <dev-perl/Class-MethodMaker-2"
+
+DEPEND="${RDEPEND}"