diff options
Diffstat (limited to 'dev-php/phploc/phploc-1.6.1.ebuild')
-rw-r--r-- | dev-php/phploc/phploc-1.6.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-php/phploc/phploc-1.6.1.ebuild b/dev-php/phploc/phploc-1.6.1.ebuild new file mode 100644 index 000000000000..4833a68e6bb7 --- /dev/null +++ b/dev-php/phploc/phploc-1.6.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phploc/phploc-1.6.1.ebuild,v 1.1 2011/03/25 13:53:02 olemarkus Exp $ + +EAPI="3" +PHP_PEAR_CHANNEL="pear.phpunit.de" +PHP_PEAR_PN="phploc" +inherit php-pear-lib-r1 + +DESCRIPTION="A tool for quickly measuring the size of a PHP project" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +HOMEPAGE="http://www.phpunit.de" + +RDEPEND="${RDEPEND} + >=dev-php/file-iterator-1.1.0 + >=dev-php5/ezc-ConsoleTools-1.6.0" |