blob: a654cd5c167eda6635646b87558d05a6798df009 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Strip/HTML-Strip-1.02.ebuild,v 1.2 2004/03/09 00:47:46 dholm Exp $
inherit perl-module
CATEGORY="dev-perl"
DESCRIPTION="automate interaction with bugzilla"
SRC_URI="http://search.cpan.org/CPAN/authors/id/K/KI/KILINRAX/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~kilinrax/${P}"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
|