# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 MODULE_AUTHOR=RJBS MODULE_VERSION=2.203 inherit perl-module DESCRIPTION="Simple parsing of RFC2822 message format and headers" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Email-Date-Format" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage virtual/perl-Test-Simple dev-perl/Capture-Tiny )" RDEPEND="${RDEPEND} !dev-perl/Email-Simple-Creator" SRC_TEST="do"