summaryrefslogtreecommitdiff
blob: 9bb1c935a3a8b3ec3afde39368e3a8ed7196b749 (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
26
27
28
29
30
31
32
33
34
35
36
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=MARKOV
DIST_VERSION=1.56
inherit perl-module

DESCRIPTION="Compilation based XML Processing"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
	>=virtual/perl-Digest-MD5-2.360.0
	>=dev-perl/Log-Report-1.30.0
	>=virtual/perl-MIME-Base64-3.100.0
	>=virtual/perl-Math-BigInt-1.770.0
	>=virtual/perl-Math-BigRat-0.100.0
	dev-perl/Types-Serialiser
	virtual/perl-Scalar-List-Utils
	>=dev-perl/XML-LibXML-2.10.700
"
DEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		>=dev-perl/Test-Deep-0.95.0
		>=virtual/perl-Test-Simple-0.540.0
		>=dev-perl/XML-Compile-Tester-0.900.0
	)
"
src_install() {
	perl-module_src_install
	dodoc -r html
}