dev-perl/HTML-LinkExtractor: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Kent Fredric
2017-10-25 18:28:47 +13:00
parent 74b6e4eb69
commit bdd94a2ed2

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=PODMASTER
DIST_VERSION=0.13
inherit perl-module
DESCRIPTION="A bare-bone HTML parser, similar to HTML::Parser"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="dev-perl/HTML-Parser"
RDEPEND="${DEPEND}
dev-perl/URI"