summaryrefslogtreecommitdiff
blob: 84d66ae9e1eed5a0aefdf3d4a22a82e2ab522b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple-DTDReader/XML-Simple-DTDReader-0.04.ebuild,v 1.4 2009/06/23 11:02:26 tove Exp $

MODULE_AUTHOR=ALEXMV
inherit perl-module

DESCRIPTION="Simple XML file reading based on their DTDs"

SLOT="0"
KEYWORDS="x86"
IUSE=""

DEPEND=">=dev-perl/XML-Parser-2.34
	dev-lang/perl"
RDEPEND="${DEPEND}"