# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit php-pear-r1 DESCRIPTION="PHP-5.x compatible fork of PEAR-Mail" LICENSE="PHP-2.02 BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+smtp" RDEPEND="smtp? ( >=dev-php/PEAR-Net_SMTP2-0.1.0 )"