summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-12-18 18:36:51 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-12-18 18:36:51 +0000
commitc483a35b12875ebcca4b1fcb908f17dd911dc100 (patch)
tree65aa2d203be381c6cf5de870f9a77dea1b8bc752 /dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild
parentFixed Dependeny (diff)
downloadgentoo-2-c483a35b12875ebcca4b1fcb908f17dd911dc100.tar.gz
gentoo-2-c483a35b12875ebcca4b1fcb908f17dd911dc100.tar.bz2
gentoo-2-c483a35b12875ebcca4b1fcb908f17dd911dc100.zip
bug 7744 filled
Diffstat (limited to 'dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild')
-rw-r--r--dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild
new file mode 100644
index 000000000000..fea07138ff42
--- /dev/null
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions."
+SRC_URI="http://www.cpan.org/authors/id/KWILLIAMS/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/authors/id/KWILLIAMS/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="x86 ~ppc ~sparc alpha"