summaryrefslogtreecommitdiff
blob: bf3cdb90e25363c3a3462a1422ca3d6a84990e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=KHAMPTON
inherit perl-module

DESCRIPTION="Perl extension for generating SAX2 events from nested Perl data structures"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# CAUTION: Don't dep XML-SAX-Base, its something totally different 
# And collides with this.
COMMON_DEPEND="
	>=dev-perl/XML-SAX-0.96
"
DEPEND="
	${COMMON_DEPEND}
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"