summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-25 18:28:47 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-26 07:35:58 +1300
commitbdd94a2ed23a806404597dd8c0e4656d3decc699 (patch)
treed08358b4ac27debd1f6efcd47e06e4b977e7b2d5 /dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild
parentdev-perl/HTML-Form: Enable tests (diff)
downloadgentoo-bdd94a2ed23a806404597dd8c0e4656d3decc699.tar.gz
gentoo-bdd94a2ed23a806404597dd8c0e4656d3decc699.tar.bz2
gentoo-bdd94a2ed23a806404597dd8c0e4656d3decc699.zip
dev-perl/HTML-LinkExtractor: Enable tests
- EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild')
-rw-r--r--dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
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
index 000000000000..cf2e44ed0db1
--- /dev/null
+++ b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild
@@ -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"