summaryrefslogtreecommitdiff
blob: 6a7a014d3853882f1dea35ac75f7414eb0173380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.50.00.ebuild,v 1.5 2007/07/11 19:14:40 armin76 Exp $

inherit versionator perl-module

MY_P="${PN}-$(delete_version_separator 2)"
S="${WORKDIR}/${MY_P}"

DESCRIPTION="Manipulation of electronic mail addresses"
SRC_URI="mirror://cpan/authors/id/D/DC/DCOPPIT/${MY_P}.tar.gz
	mirror://sourceforge/m-m-msgparser/${MY_P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/m-m-msgparser/"

IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ia64 ppc sparc x86"

DEPEND="dev-perl/Text-Diff
	dev-perl/FileHandle-Unget
	dev-lang/perl"