blob: a354c6aa6562eb5592c8e90d6cd532d11394d4f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.50-r1.ebuild,v 1.11 2006/08/06 01:37:38 mcummings Exp $
inherit perl-module
DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~msergeant/${P}/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 alpha ppc sparc"
IUSE=""
DEPEND=">=dev-libs/libxslt-1.0.1
>=dev-perl/XML-LibXML-1.49
dev-lang/perl"
RDEPEND="${DEPEND}"
|