dev-perl/constant-defer: -r bump for EAPI& + fixes

- EAPI7
- use DIST_EXAMPLES for examples handling
- Fix license

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-07-03 08:43:53 +12:00
parent 2483442aa9
commit fa74828d68

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=KRYDE
DIST_VERSION="6"
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="constant subs with deferred value calculation"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test examples"
RESTRICT="!test? ( test )"
RDEPEND="virtual/perl-Carp"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
virtual/perl-Exporter
test? (
virtual/perl-Data-Dumper
virtual/perl-Test
virtual/perl-Test-Simple
)
"