blob: a2251531b6420056f056d27b5babcb157dda7772 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.50.ebuild,v 1.2 2006/11/12 05:34:58 vapier Exp $
inherit perl-module eutils
DESCRIPTION="SAX2 Writer"
HOMEPAGE="http://search.cpan.org/~dahut/${P}"
SRC_URI="mirror://cpan/authors/id/D/DA/DAHUT/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-perl/Text-Iconv
dev-perl/XML-Filter-BufferText
dev-perl/XML-SAX
>=dev-perl/XML-NamespaceSupport-1.04
>=dev-libs/libxml2-2.4.1
dev-lang/perl"
RDEPEND="${DEPEND}"
SRC_TEST="do"
|