blob: f5404c65480313eb3b7503ba939f9f7b0f0b0733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR="MIROD"
inherit perl-module
DESCRIPTION="Add XPath support to HTML::TreeBuilder"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-perl/HTML-Tree
virtual/perl-Scalar-List-Utils
dev-perl/XML-XPathEngine"
DEPEND="${RDEPEND}"
SRC_TEST="do"
|