blob: a7033738d097c5ee125cd80f0280f41c8cc02157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-3.23.ebuild,v 1.17 2010/02/02 13:08:29 hanno Exp $
MODULE_AUTHOR=PETEK
inherit perl-module
DESCRIPTION="A library to manage HTML-Tree in PERL"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-perl/HTML-Tagset-3.03
>=dev-perl/HTML-Parser-3.46
dev-lang/perl"
SRC_TEST="do"
|