PEAR-Net_LMTP-1.0.2.ebuild 342 B

123456789101112131415
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit php-pear-r1
  5. DESCRIPTION="Provides an implementation of the RFC2033 LMTP protocol"
  6. LICENSE="PHP-2.02"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
  9. IUSE=""
  10. RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1"