You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/pop2imap/pop2imap-1.18.ebuild

28 lines
694 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/pop2imap/pop2imap-1.18.ebuild,v 1.5 2012/08/27 18:05:48 armin76 Exp $
EAPI=4
DESCRIPTION="Synchronize mailboxes between a pop and an imap servers"
HOMEPAGE="http://www.linux-france.org/prj/pop2imap/"
SRC_URI="http://www.linux-france.org/prj/pop2imap/dist/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="dev-lang/perl
dev-perl/Mail-POP3Client
dev-perl/Mail-IMAPClient
dev-perl/Email-Simple
dev-perl/DateManip
dev-perl/IO-Socket-SSL"
src_install(){
dobin pop2imap
dodoc ChangeLog README VERSION
}