blob: a4530b2015d6a29ec250ef4a710ee207f7bbe65f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.16.ebuild,v 1.17 2006/07/04 12:00:51 ian Exp $
inherit perl-module
DESCRIPTION="POP3 client module for Perl"
HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme"
SRC_URI="mirror://cpan/authors/id/S/SD/SDOWD/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc s390 sparc x86"
IUSE=""
SRC_TEST="do"
DEPEND=">=virtual/perl-libnet-1.0703"
RDEPEND="${DEPEND}"
mydoc="FAQ"
|