gentoo/dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild
Andreas K. Hüttel 71b02e65d9
dev-perl/Class-Std: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-10-11 23:26:58 +02:00

26 lines
460 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=CHORNY
DIST_VERSION=0.013
DIST_EXAMPLES=("demo/*")
inherit perl-module
DESCRIPTION='Support for creating standard "inside-out" classes'
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
virtual/perl-Data-Dumper
virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? (
virtual/perl-Test-Simple
)
"