gentoo/dev-perl/Metrics-Any/Metrics-Any-0.100.0-r1.ebuild
Andreas K. Hüttel d8502e4857
dev-perl/Metrics-Any: Test2::Suite is now in core perl
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2024-05-26 23:38:41 +02:00

19 lines
325 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PEVANS
DIST_VERSION=0.10
inherit perl-module
DESCRIPTION="Set the Metrics::Any adapter for the program"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-perl/Module-Build
test? ( virtual/perl-Test2-Suite )
"