net-mail/mhonarc: amd64 stable wrt bug #720922
[gentoo.git] / net-mail / pop2imap / pop2imap-1.21.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="Synchronize mailboxes between a pop and an imap servers"
7 HOMEPAGE="http://www.linux-france.org/prj/pop2imap/"
8 SRC_URI="http://www.linux-france.org/prj/pop2imap/dist/${P}.tgz"
9
10 LICENSE="public-domain"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND="dev-lang/perl
17         dev-perl/Mail-POP3Client
18         dev-perl/Mail-IMAPClient
19         dev-perl/Email-Simple
20         dev-perl/Date-Manip
21         dev-perl/IO-Socket-SSL"
22
23 src_install() {
24         dobin pop2imap
25         dodoc ChangeLog README VERSION
26 }