gentoo-ebuilds/dev-perl/Test2-Tools-Explain/Test2-Tools-Explain-0.20.0-r1.ebuild
Sam James acee7d6ed3
dev-perl/Test2-Tools-Explain: Stabilize 0.20.0-r1 amd64, #933912
Signed-off-by: Sam James <sam@gentoo.org>
2024-06-10 03:15:14 +01:00

15 lines
291 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PETDANCE
DIST_VERSION=0.02
inherit perl-module
DESCRIPTION="Explain tools for Perl's Test2 framework"
SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND="virtual/perl-Test2-Suite"