blob: 7ab0d2f692ffa827b37033efde59a0b3268cd2e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.218.ebuild,v 1.7 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"
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"
|