blob: ecfe9e82c86bd1691cf0b2394fe9aaea946c5a28 [file] [log] [blame]
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=DOY
DIST_VERSION=0.11
inherit perl-module
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
KEYWORDS="*"
IUSE="test"
RDEPEND="
virtual/perl-Carp
virtual/perl-Exporter
>=dev-perl/Module-Runtime-0.9.0
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
virtual/perl-File-Spec
virtual/perl-IO
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.88
)
"