| 1 |
# Copyright 1999-2006 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild,v 1.9 2006/08/06 00:28:51 mcummings Exp $ |
| 4 |
|
| 5 |
# this is an RT dependency |
| 6 |
|
| 7 |
inherit perl-module |
| 8 |
|
| 9 |
DESCRIPTION="Extract the structure of a quoted mail message" |
| 10 |
SRC_URI="mirror://cpan/modules/by-authors/id/J/JE/JESSE/${P}.tar.gz" |
| 11 |
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JE/JESSE/${P}.readme" |
| 12 |
|
| 13 |
SRC_TEST="do" |
| 14 |
SLOT="0" |
| 15 |
LICENSE="|| ( Artistic GPL-2 )" |
| 16 |
KEYWORDS="x86 ~ppc sparc" |
| 17 |
|
| 18 |
DEPEND="dev-perl/text-autoformat |
| 19 |
dev-perl/Text-Tabs+Wrap |
| 20 |
dev-lang/perl" |
| 21 |
RDEPEND="${DEPEND}" |
| 22 |
IUSE="" |