21 lines
621 B
Bash
21 lines
621 B
Bash
# 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"
|