summaryrefslogtreecommitdiff
blob: cf9c7b173e4170fd694be3c0b8f2a7ddc3bdb7ab (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=BOBTFISH
MODULE_VERSION=1.103
inherit perl-module

DESCRIPTION="Adjusts the response Content-Type header to application/xhtml+xml if the browser accepts it."

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test"
RDEPEND="
	dev-perl/Catalyst-Runtime
	dev-perl/Catalyst-View-TT
	dev-perl/libwww-perl
	dev-perl/MRO-Compat
	dev-perl/MooseX-Types-Structured
	dev-perl/MooseX-Types
"
DEPEND="
	${RDEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
	test? (
		dev-perl/Catalyst-Action-RenderView
		dev-perl/Test-WWW-Mechanize-Catalyst
		virtual/perl-Test-Simple
	)
"