You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
594 B
30 lines
594 B
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=ETHER
|
|
DIST_VERSION=0.11
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="A Moose role for setting attributes from a simple configfile"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
dev-perl/MooseX-ConfigFromFile
|
|
>=dev-perl/Moose-0.350.0
|
|
>=dev-perl/Config-Any-0.130.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=dev-perl/Module-Build-Tiny-0.39.0
|
|
test? (
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
virtual/perl-File-Spec
|
|
virtual/perl-File-Temp
|
|
dev-perl/Test-Fatal
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
)
|
|
"
|