dev-perl/HTML-LinkExtractor: Enable tests
authorKent Fredric <kentnl@gentoo.org>
Wed, 25 Oct 2017 05:28:47 +0000 (18:28 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 25 Oct 2017 18:35:58 +0000 (07:35 +1300)
- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild [new file with mode: 0644]

diff --git a/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild
new file mode 100644 (file)
index 0000000..cf2e44e
--- /dev/null
@@ -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"