blob: 6e8a876f21502d3a7838ef64efb500dcc764e333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2005 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.4.1.ebuild,v 1.8 2005/01/04 14:31:47 mcummings Exp $
inherit perl-module
DESCRIPTION="XML Writer Perl Module"
SRC_URI="mirror://cpan/authors/id/E/ED/EDAVIS/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~edavis/${P}/"
IUSE=""
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 mips"
|