diff options
Diffstat (limited to 'dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild')
-rw-r--r-- | dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild index 58620edd3ba3..28861dda1650 100644 --- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild +++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild @@ -1,12 +1,12 @@ -# 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/Class-MakeMethods/Class-MakeMethods-1.009.ebuild,v 1.13 2006/08/04 23:22:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild,v 1.14 2007/01/15 14:51:36 mcummings Exp $ inherit perl-module DESCRIPTION="Automated method creation module for Perl" SRC_URI="mirror://cpan/modules/by-module/Class/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/Class/${P}.readme" +HOMEPAGE="http://search.cpan.org/~evo/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -20,4 +20,3 @@ src_compile() { perl-module_src_test || die "test failed" } DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |