gentoo-ebuilds/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9-r1.ebuild
Andreas K. Hüttel a83c8695ff
dev-perl/File-ShareDir-ProjectDistDir: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-10-29 21:51:26 +02:00

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
)
"