blob: 0ce1a53f7df4fd71e9ba58238ea6a8329129751a [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_NAME=HTML-Formatter
DIST_AUTHOR=NIGELM
DIST_VERSION=2.14
inherit perl-module
DESCRIPTION="HTML Formatter"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Encode
dev-perl/Font-AFM
dev-perl/HTML-Tree
virtual/perl-IO
virtual/perl-parent
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
dev-perl/File-Slurper
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.960.0
)
"