blob: 7f6e96d52e1ae8eb9553e78415ec626dd95f3822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ARISTOTLE
DIST_VERSION=0.51
inherit perl-module
DESCRIPTION="Perl Stat-lsMode Module"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
RDEPEND="
virtual/perl-Carp
virtual/perl-Exporter
"
BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.57
"
|