blob: fea07138ff42c6596fafae7282a7141aee0e028b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions."
SRC_URI="http://www.cpan.org/authors/id/KWILLIAMS/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/authors/id/KWILLIAMS/${P}.readme"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ~ppc ~sparc alpha"
|