blob: 656ef54f54e88139200d5a58dc71c7670eb176fa (
plain)
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
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=DROLSKY
DIST_VERSION=2.58
inherit perl-module
DESCRIPTION="Dispatches messages to one or more outputs"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~x86 ~ppc-aix"
IUSE="test"
PERL_RM_FILES=(
"t/email-exit.t"
)
RDEPEND="
virtual/perl-Carp
dev-perl/Devel-GlobalDestruction
>=dev-perl/Dist-CheckConflicts-0.20.0
virtual/perl-Encode
virtual/perl-Exporter
virtual/perl-IO
dev-perl/Module-Runtime
>=dev-perl/Params-Validate-1.30.0
virtual/perl-Scalar-List-Utils
>=virtual/perl-Sys-Syslog-0.280.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-Getopt-Long
dev-perl/IPC-Run3
dev-perl/Test-Fatal
dev-perl/Test-Needs
>=virtual/perl-Test-Simple-0.960.0
)
"
|