mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
29 lines
590 B
Bash
29 lines
590 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=DAGOLDEN
|
|
DIST_VERSION=0.011
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="List prereqs conditional on operating system"
|
|
LICENSE="Artistic-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Dist-Zilla-5.22.0
|
|
dev-perl/Moose
|
|
>=virtual/perl-Scalar-List-Utils-1.330.0
|
|
dev-perl/namespace-autoclean
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
|
|
test? (
|
|
>=virtual/perl-CPAN-Meta-2.120.900
|
|
dev-perl/Test-Fatal
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
)
|
|
"
|