blob: 2cbbdae8ffab1884bd9fdb0a14fd919fd3a0bfb8 [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=KAZUHO
MODULE_VERSION=0.20
inherit perl-module
DESCRIPTION="A simple, high-performance PSGI/Plack HTTP server"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Parallel-Prefork-0.130.0
>=dev-perl/Plack-0.992.0
>=dev-perl/Server-Starter-0.60.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
>=dev-perl/Test-TCP-0.150.0
>=virtual/perl-Test-Simple-0.880.0
)
"
SRC_TEST=do