diff options
Diffstat (limited to 'dev-perl/HTML-Format/HTML-Format-2.04.ebuild')
-rw-r--r-- | dev-perl/HTML-Format/HTML-Format-2.04.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/HTML-Format/HTML-Format-2.04.ebuild b/dev-perl/HTML-Format/HTML-Format-2.04.ebuild index 6f6c0d886560..8dc8aafc6266 100644 --- a/dev-perl/HTML-Format/HTML-Format-2.04.ebuild +++ b/dev-perl/HTML-Format/HTML-Format-2.04.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/HTML-Format-2.04.ebuild,v 1.13 2006/08/07 23:26:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/HTML-Format-2.04.ebuild,v 1.14 2007/01/15 22:41:04 mcummings Exp $ # this is an RT dependency inherit perl-module DESCRIPTION="HTML Formatter" SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.readme" +HOMEPAGE="http://search.cpan.org/~sburke/" SRC_TEST="do" SLOT="0" @@ -17,6 +17,5 @@ KEYWORDS="amd64 ia64 ~ppc sparc x86" DEPEND="dev-perl/Font-AFM dev-perl/HTML-Tree dev-lang/perl" -RDEPEND="${DEPEND}" IUSE="" |