summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-25 19:10:09 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-26 07:35:59 +1300
commit8a4bd30f821e29089bb7b6eed62df54782266256 (patch)
tree049a329d0dc352a8eb38ef5e0d405427947e62e9 /dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
parentdev-perl/HTML-LinkExtractor: Enable tests (diff)
downloadgentoo-8a4bd30f821e29089bb7b6eed62df54782266256.tar.gz
gentoo-8a4bd30f821e29089bb7b6eed62df54782266256.tar.bz2
gentoo-8a4bd30f821e29089bb7b6eed62df54782266256.zip
dev-perl/HTML-SimpleParse: Enable tests
- EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild')
-rw-r--r--dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
new file mode 100644
index 000000000000..ca7a3253bd07
--- /dev/null
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.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=KWILLIAMS
+DIST_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.28"