diff options
-rw-r--r-- | dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild | 18 |
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" |