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/Log-Dispatch/Log-Dispatch-2.700.0.ebuild

47 lines
1.0 KiB

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DROLSKY
DIST_VERSION=2.70
inherit perl-module
DESCRIPTION="Dispatches messages to one or more outputs"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
PERL_RM_FILES=( "t/email-exit.t" )
RDEPEND="
virtual/perl-Carp
dev-perl/Devel-GlobalDestruction
>=dev-perl/Dist-CheckConflicts-0.20.0
virtual/perl-Encode
virtual/perl-Exporter
virtual/perl-IO
dev-perl/Module-Runtime
dev-perl/Params-ValidationCompiler
virtual/perl-Scalar-List-Utils
>=dev-perl/Specio-0.320.0
>=virtual/perl-Sys-Syslog-0.280.0
dev-perl/Try-Tiny
dev-perl/namespace-autoclean
virtual/perl-parent
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-Getopt-Long
dev-perl/IPC-Run3
dev-perl/Test-Fatal
dev-perl/Test-Needs
>=virtual/perl-Test-Simple-0.960.0
)
"