Files
gentoo/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild
Agostino Sarubbo 2a7ed7985c dev-perl/Parallel-Prefork: amd64 stable wrt bug #612558
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2017-03-14 15:27:10 +01:00

30 lines
545 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=KAZUHO
DIST_VERSION=0.18
inherit perl-module
DESCRIPTION="A simple prefork server framework"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Class-Accessor-Lite-0.40.0
dev-perl/List-MoreUtils
>=dev-perl/Proc-Wait3-0.30.0
dev-perl/Scope-Guard
dev-perl/Signal-Mask
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
dev-perl/Test-Requires
dev-perl/Test-SharedFork
)
"