gentoo/dev-perl/Log-Report-Optional/Log-Report-Optional-1.70.0.ebuild
Andreas K. Hüttel c6ca12f091
dev-perl/Log-Report-Optional: Version bump 1.07
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-06-26 23:46:59 +02:00

23 lines
417 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MARKOV
DIST_VERSION=1.07
inherit perl-module
DESCRIPTION="Lightweight implementation logger for Log::Report"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/String-Print-0.910.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.860.0
)
"