gentoo-full-overlay/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild

25 lines
579 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild,v 1.4 2014/06/29 20:42:05 zlogene Exp $
EAPI=5
MODULE_AUTHOR=LBROCARD
MODULE_VERSION=0.33
inherit perl-module
DESCRIPTION="Send Messages using Gmail"
SLOT="0"
KEYWORDS="amd64 ~mips x86"
IUSE="test"
RDEPEND="dev-perl/Authen-SASL
dev-perl/Email-Address
dev-perl/Email-Send
dev-perl/Net-SMTP-SSL"
DEPEND="${RDEPEND}
test? ( dev-perl/Test-Pod )"
SRC_TEST="do parallel"