diff options
author | 2004-03-02 09:56:24 +0000 | |
---|---|---|
committer | 2004-03-02 09:56:24 +0000 | |
commit | c92e30af4213716d40d75b31e6213c62fae92198 (patch) | |
tree | a851ce7478526d23c7d9a81b3de3475669128f2c /dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild | |
parent | tested on sparc (Manifest recommit) (diff) | |
download | gentoo-2-c92e30af4213716d40d75b31e6213c62fae92198.tar.gz gentoo-2-c92e30af4213716d40d75b31e6213c62fae92198.tar.bz2 gentoo-2-c92e30af4213716d40d75b31e6213c62fae92198.zip |
bug 43396
Diffstat (limited to 'dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild')
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild new file mode 100644 index 000000000000..14fa0be08333 --- /dev/null +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild,v 1.1 2004/03/02 09:56:24 mcummings Exp $ + +inherit perl-module + +CATEGORY="dev-perl" +DESCRIPTION="automate interaction with bugzilla" +SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MC/MCVELLA/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~mcvella/${P}" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc" + +RDEPEND="dev-perl/WWW-Mechanize + dev-perl/Class-MethodMaker" + +DEPEND="${RDEPEND}" |