mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-perl/File-LibMagic: EAPI 8, rely on eclass impls
This covers more variables/args, etc. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
34
dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
Normal file
34
dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR="DROLSKY"
|
||||
DIST_VERSION=1.23
|
||||
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Perl wrapper for libmagic"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
sys-apps/file
|
||||
virtual/perl-Carp
|
||||
virtual/perl-Exporter
|
||||
virtual/perl-XSLoader
|
||||
virtual/perl-Scalar-List-Utils
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
dev-perl/Config-AutoConf
|
||||
virtual/perl-ExtUtils-CBuilder
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-File-Spec
|
||||
virtual/perl-File-Temp
|
||||
dev-perl/Test-Fatal
|
||||
>=virtual/perl-Test-Simple-0.960.0
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user