blob: fcf7a1f63593712e2e364018b05cc618a5c679d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2008 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.221.ebuild,v 1.5 2008/04/23 15:11:23 tove Exp $
inherit perl-module
DESCRIPTION="Mail sorting/delivery module for Perl."
SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~rjbs/"
LICENSE="Artistic"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE=""
SLOT="0"
DEPEND="dev-perl/MIME-tools
>=dev-perl/MailTools-1.15
virtual/perl-libnet
dev-perl/File-Tempdir
>=dev-perl/File-HomeDir-0.61
dev-lang/perl"
|