blob: afa64d2abc2f6e3ae0857fbe3bd8a28ab0c789f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Elemental/XML-Elemental-2.11.ebuild,v 1.5 2010/05/08 18:12:31 armin76 Exp $
MODULE_AUTHOR=TIMA
inherit perl-module
DESCRIPTION="an XML::Parser style and generic classes for simplistic and perlish handling of XML data. "
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 hppa ia64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
SRC_TEST="do"
DEPEND="dev-perl/XML-Parser
dev-perl/XML-SAX
dev-perl/Class-Accessor
dev-lang/perl"
RDEPEND="${DEPEND}"
|