diff options
Diffstat (limited to 'dev-php/phpunit/phpunit-3.6.11.ebuild')
-rw-r--r-- | dev-php/phpunit/phpunit-3.6.11.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-php/phpunit/phpunit-3.6.11.ebuild b/dev-php/phpunit/phpunit-3.6.11.ebuild new file mode 100644 index 000000000000..dd7f3a2d4e7e --- /dev/null +++ b/dev-php/phpunit/phpunit-3.6.11.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.6.11.ebuild,v 1.1 2012/06/22 17:44:32 mabi Exp $ + +EAPI=4 + +PEAR_PV="3.6.11" +PHP_PEAR_PKG_NAME="PHPUnit" + +inherit php-pear-r1 + +DESCRIPTION="The PHP Unit Testing framework." +HOMEPAGE="pear.phpunit.de" +SRC_URI="http://pear.phpunit.de/get/PHPUnit-3.6.11.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/php[xml] + >=dev-php/pear-1.9.4 + >=dev-php/File_Iterator-1.3.0 + >=dev-php/Text_Template-1.1.1 + >=dev-php/PHP_CodeCoverage-1.1.0 + >=dev-php/PHP_Timer-1.0.1 + >=dev-php/PHPUnit_MockObject-1.1.0 + >=dev-php/YAML-1.0.2" +RDEPEND="${DEPEND}" + +pkg_postinst() { + elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features." + elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"." +} |