You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.e...

31 lines
600 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=NIERLEIN
MODULE_VERSION=0.39
inherit perl-module
DESCRIPTION="Modules to streamline Nagios, Icinga, Shinken, etc. plugins"
SLOT="0"
KEYWORDS="amd64 ~hppa ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
dev-perl/Class-Accessor
dev-perl/Config-Tiny
virtual/perl-File-Spec
dev-perl/Math-Calc-Units
dev-perl/Params-Validate
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? ( >=virtual/perl-Test-Simple-0.620.0 )
"
SRC_TEST="do parallel"