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-Any/Log-Any-1.710.0.ebuild

34 lines
707 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PREACTION
DIST_VERSION=1.710
inherit perl-module
DESCRIPTION="Bringing loggers and listeners together"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="minimal"
# Test::Builder needed for Log/Any/Adapter/Test.pm
# constant -> perl
RDEPEND="
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Exporter
virtual/perl-IO
virtual/perl-Storable
virtual/perl-Sys-Syslog
virtual/perl-Test-Simple
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
!minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
virtual/perl-File-Spec
)
"