summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-16 16:02:44 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-16 16:02:44 +0000
commitd4054b91b23ebe70684815c114f26af9d4bc6db1 (patch)
tree62cb94041771e1829528b8ce2e9dcafe12aedc2e /dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild
parentFix Manifest (diff)
downloadhistorical-d4054b91b23ebe70684815c114f26af9d4bc6db1.tar.gz
historical-d4054b91b23ebe70684815c114f26af9d4bc6db1.tar.bz2
historical-d4054b91b23ebe70684815c114f26af9d4bc6db1.zip
module-build dep
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild')
-rw-r--r--dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild
index b97f42ee825b..33a06633fd43 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.5 2004/12/23 11:13:40 nigoro Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.6 2005/03/16 16:02:44 mcummings Exp $
inherit perl-module
DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions."
HOMEPAGE="http://www.cpan.org/modules/by-module/HTML/${P}.readme"
-SRC_URI="http://www.cpan.org/modules/by-module/HTML/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc ~sparc alpha ~ppc64"
IUSE=""
+
+DEPEND="dev-perl/module-build"