mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
31 lines
568 B
Bash
31 lines
568 B
Bash
# Copyright 2020-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=ETHER
|
|
DIST_VERSION=0.007
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Copy files from a release (for SCM inclusion, etc.)"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
dev-perl/Dist-Zilla
|
|
dev-perl/Moose
|
|
>=dev-perl/Path-Tiny-0.70.0
|
|
dev-perl/namespace-autoclean
|
|
"
|
|
DEPEND="
|
|
dev-perl/Module-Build-Tiny
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=dev-perl/Module-Build-Tiny-0.34.0
|
|
test? (
|
|
dev-perl/Test-Deep
|
|
dev-perl/Test-Fatal
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
)
|
|
"
|