mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-23 02:01:34 +01:00
dev-perl/File-Slurper: Sync with Gentoo
It's from Gentoo commit 60fce6f864a0fe61153619c53376c97487c1577f. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
536561d2d7
commit
ae3626171d
31
sdk_container/src/third_party/portage-stable/dev-perl/File-Slurper/File-Slurper-0.14.0-r1.ebuild
vendored
Normal file
31
sdk_container/src/third_party/portage-stable/dev-perl/File-Slurper/File-Slurper-0.14.0-r1.ebuild
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=LEONT
|
||||
DIST_VERSION=0.014
|
||||
DIST_EXAMPLES=( "bench/*" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A simple, sane and efficient module to slurp a file"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="minimal"
|
||||
|
||||
RDEPEND="
|
||||
!minimal? ( dev-perl/PerlIO-utf8_strict )
|
||||
virtual/perl-Carp
|
||||
>=virtual/perl-Encode-2.110.0
|
||||
>=virtual/perl-Exporter-5.570.0
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-File-Spec
|
||||
virtual/perl-File-Temp
|
||||
virtual/perl-Test-Simple
|
||||
dev-perl/Test-Warnings
|
||||
)
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user