diff options
Diffstat (limited to 'dev-perl/XML-Writer/XML-Writer-0.606.ebuild')
-rw-r--r-- | dev-perl/XML-Writer/XML-Writer-0.606.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-perl/XML-Writer/XML-Writer-0.606.ebuild b/dev-perl/XML-Writer/XML-Writer-0.606.ebuild index 56300b4ecce9..9271164e0cac 100644 --- a/dev-perl/XML-Writer/XML-Writer-0.606.ebuild +++ b/dev-perl/XML-Writer/XML-Writer-0.606.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.606.ebuild,v 1.8 2009/05/06 19:23:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.606.ebuild,v 1.9 2010/02/06 14:26:00 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=JOSEPHW inherit perl-module DESCRIPTION="XML Writer Perl Module" -HOMEPAGE="http://search.cpan.org/~josephw/XML-Writer-0.600/" -SRC_URI="mirror://cpan/authors/id/J/JO/JOSEPHW/${P}.tar.gz" + IUSE="" -LICENSE="Artistic" +LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" SRC_TEST="do" - -DEPEND="dev-lang/perl" |