summaryrefslogtreecommitdiff
path: root/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.270.0.ebuild
blob: 635b9bcc9501e4a0303c8c87fbc00eacad71f719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=PLICEASE
DIST_VERSION=0.27
inherit perl-module

DESCRIPTION="Easy subclassing of non-Moose classes"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-perl/Module-Runtime
	>=dev-perl/Moose-2.0.0
	dev-perl/Try-Tiny
"
BDEPEND="
	${RDEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
	test? (
		virtual/perl-File-Spec
		dev-perl/Test-Fatal
	)
"