gentoo-ebuilds/dev-perl/Package-Variant/Package-Variant-1.3.2-r1.ebuild
Jakov Smolić 887aeaabc4
dev-perl/Package-Variant: Stabilize 1.3.2-r1 amd64, #925668
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-02-28 21:50:14 +01:00

26 lines
471 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MSTROUT
DIST_VERSION=1.003002
inherit perl-module
DESCRIPTION="Parameterizable packages"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~x86"
RDEPEND="
virtual/perl-Carp
>=dev-perl/strictures-2.0.0
>=dev-perl/Module-Runtime-0.13.0
>=dev-perl/Import-Into-1.0.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Fatal
)
"