blob: 480ce493a690ff14a5b3493c80181e55b9110516 (
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
|
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SHLOMIF
inherit perl-module
DESCRIPTION="Recursively create a directory tree"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
RDEPEND="
virtual/perl-Carp
virtual/perl-File-Spec
virtual/perl-autodie
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-File-Path
virtual/perl-File-Spec
)
"
|