mockery-0.9.0.ebuild 454 B

1234567891011121314151617181920
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
  5. PHP_PEAR_PN="Mockery"
  6. PHP_PEAR_URI="pear.survivethedeepend.com"
  7. inherit php-pear-lib-r1
  8. DESCRIPTION="Simple yet flexible PHP mock object framework for use in unit testing"
  9. HOMEPAGE="https://github.com/padraic/mockery"
  10. LICENSE="BSD"
  11. SLOT="0"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. DEPEND=""
  15. RDEPEND=""