mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 10:03:30 -04:00
dev-perl/HTML-TreeBuilder-XPath: New Package
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=MIROD
|
||||
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="add XPath support to HTML::TreeBuilder"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
RDEPEND=""
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-perl/XML-XPathEngine
|
||||
dev-perl/HTML-Tree
|
||||
test? ( dev-perl/Test-Pod )
|
||||
"
|
||||
Reference in New Issue
Block a user