Parent Directory
|
Revision Log
Marking Email-Address-1.895.0 ppc for bug 413003 (Portage version: 2.1.10.49/cvs/Linux ppc64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/Email-Address-1.895.0.ebuild,v 1.4 2012/04/24 08:07:49 jdhore Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | MODULE_AUTHOR=RJBS |
| 8 | MODULE_VERSION=1.895 |
| 9 | inherit perl-module |
| 10 | |
| 11 | DESCRIPTION="RFC 2822 Address Parsing and Creation" |
| 12 | |
| 13 | SLOT="0" |
| 14 | KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" |
| 15 | IUSE="test" |
| 16 | |
| 17 | RDEPEND="" |
| 18 | DEPEND="${RDEPEND} |
| 19 | test? ( |
| 20 | virtual/perl-Test-Simple |
| 21 | >=dev-perl/Test-Pod-1.14 |
| 22 | >=dev-perl/Test-Pod-Coverage-1.08 |
| 23 | )" |
| 24 | |
| 25 | SRC_TEST="do" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |