gentoo/dev-perl/Mock-Sub/Mock-Sub-1.90.0.ebuild
Arthur Zamarin 840dd54336
dev-perl/Mock-Sub: Keyword 1.90.0 x86, #908903
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-06-21 12:31:32 +00:00

19 lines
364 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=STEVEB
DIST_VERSION=1.09
inherit perl-module
DESCRIPTION="Mock package, object and standard subroutines, with unit testing in mind"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="
virtual/perl-ExtUtils-MakeMaker
virtual/perl-Scalar-List-Utils
"