summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Email-LocalDelivery/Email-LocalDelivery-0.217.ebuild')
-rw-r--r--dev-perl/Email-LocalDelivery/Email-LocalDelivery-0.217.ebuild23
1 files changed, 13 insertions, 10 deletions
diff --git a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-0.217.ebuild b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-0.217.ebuild
index cbf0a516a1a0..975fe778a78c 100644
--- a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-0.217.ebuild
+++ b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-0.217.ebuild
@@ -1,20 +1,23 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-LocalDelivery/Email-LocalDelivery-0.217.ebuild,v 1.6 2008/02/23 19:18:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-LocalDelivery/Email-LocalDelivery-0.217.ebuild,v 1.7 2010/01/07 14:23:52 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=RJBS
inherit perl-module
DESCRIPTION="Local delivery of RFC2822 message format and headers"
-SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~rjbs/"
-LICENSE="Artistic"
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="test"
SRC_TEST="do"
-SLOT="0"
-
-DEPEND="dev-lang/perl dev-perl/Email-FolderType dev-perl/File-Path-Expand"
-#File::Path::Expand
+RDEPEND="dev-perl/Email-Simple
+ dev-perl/Email-FolderType
+ dev-perl/File-Path-Expand"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"