blob: 05a50060df363541162b52c9900caa88d5c00143 (
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
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/Mail-Audit-2.226.0.ebuild,v 1.2 2012/04/01 17:27:25 armin76 Exp $
EAPI=4
MODULE_AUTHOR=RJBS
MODULE_VERSION=2.226
inherit perl-module
DESCRIPTION="Mail sorting/delivery module for Perl."
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-perl/MIME-tools
>=dev-perl/MailTools-1.15
virtual/perl-libnet
dev-perl/File-Tempdir
>=dev-perl/File-HomeDir-0.61"
DEPEND="${RDEPEND}"
SRC_TEST=do
|