blob: 9c1d674e830d1a8500da0ee448f943ca42bd4b75 (
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
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=RJBS
DIST_VERSION=2.228
inherit perl-module
DESCRIPTION="Mail sorting/delivery module for Perl"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
>=dev-perl/File-HomeDir-0.610.0
virtual/perl-File-Path
virtual/perl-File-Spec
dev-perl/File-Tempdir
dev-perl/MIME-tools
>=dev-perl/MailTools-1.15
dev-perl/Mail-POP3Client
dev-perl/Parse-RecDescent
virtual/perl-parent
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? ( >=virtual/perl-Test-Simple-0.960.0 )
"
|