forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
App-Cmd-0.331.0.ebuild
49 lines (46 loc) · 1.1 KB
/
App-Cmd-0.331.0.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=RJBS
DIST_VERSION=0.331
inherit perl-module
DESCRIPTION="write command line apps with less suffering"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test minimal"
# r: File::Basename -> perl
# r: Text::Abbrev -> perl
# r: constant, strict, warnings -> perl
# r: Module::Pluggable::Object -> Module-Pluggable
# r: Sub::Exporter::Util -> Sub-Exporter
RDEPEND="
>=dev-perl/Capture-Tiny-0.130.0
virtual/perl-Carp
>=dev-perl/Class-Load-0.60.0
dev-perl/Data-OptList
>=virtual/perl-Getopt-Long-2.390.0
>=dev-perl/Getopt-Long-Descriptive-0.84.0
dev-perl/IO-TieCombine
dev-perl/Module-Pluggable
dev-perl/String-RewritePrefix
dev-perl/Sub-Exporter
dev-perl/Sub-Install
virtual/perl-parent
"
# t: IPC::Cmd -> perl
# t: base, lib -> perl
DEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
!minimal? (
>=virtual/perl-CPAN-Meta-2.120.900
)
virtual/perl-Data-Dumper
virtual/perl-File-Spec
virtual/perl-IPC-Cmd
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)
"