mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 15:14:38 +00:00
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
37 lines
847 B
Bash
37 lines
847 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=KENTNL
|
|
DIST_VERSION=1.000009
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Simple set-and-forget using of a '/share' directory in your projects root"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
|
|
IUSE="minimal"
|
|
|
|
RDEPEND="
|
|
!minimal? ( >=dev-perl/Path-Tiny-0.58.0 )
|
|
virtual/perl-Carp
|
|
dev-perl/File-ShareDir
|
|
dev-perl/Path-FindDev
|
|
dev-perl/Path-IsDev
|
|
dev-perl/Path-Tiny
|
|
dev-perl/Sub-Exporter
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
!minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
|
|
test? (
|
|
!minimal? (
|
|
>=dev-perl/Capture-Tiny-0.120.0
|
|
>=virtual/perl-CPAN-Meta-2.120.900
|
|
>=virtual/perl-Test-Simple-0.990.0
|
|
)
|
|
dev-perl/Class-Tiny
|
|
virtual/perl-File-Spec
|
|
virtual/perl-Test-Simple
|
|
)
|
|
"
|