diff options
Diffstat (limited to 'dev-perl/XML-Simple/XML-Simple-2.16.ebuild')
-rw-r--r-- | dev-perl/XML-Simple/XML-Simple-2.16.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/XML-Simple/XML-Simple-2.16.ebuild b/dev-perl/XML-Simple/XML-Simple-2.16.ebuild index 06ce2403ce76..b7f2cfb49550 100644 --- a/dev-perl/XML-Simple/XML-Simple-2.16.ebuild +++ b/dev-perl/XML-Simple/XML-Simple-2.16.ebuild @@ -1,11 +1,11 @@ -# 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/XML-Simple/XML-Simple-2.16.ebuild,v 1.3 2006/12/04 19:46:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.16.ebuild,v 1.4 2007/01/19 17:46:01 mcummings Exp $ inherit perl-module DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)" -HOMEPAGE="http://www.cpan.org/modules/by-module/XML/${P}.readme" +HOMEPAGE="http://search.cpan.org/~grantm/" SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -20,6 +20,5 @@ DEPEND="virtual/perl-Storable >=dev-perl/XML-Parser-2.30 dev-lang/perl >=virtual/perl-Test-Simple-0.41" -RDEPEND="${DEPEND}" SRC_TEST="do" |