diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-25 13:35:51 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-25 13:35:51 +0000 |
commit | f91e6a19fcf3dfcec87014095db612b2fe16e7fb (patch) | |
tree | c25f32ff201f0dd84178113dff421735b0f79936 /dev-php/phpdepend/phpdepend-0.10.3.ebuild | |
parent | Roll back accidental commit (diff) | |
download | historical-f91e6a19fcf3dfcec87014095db612b2fe16e7fb.tar.gz historical-f91e6a19fcf3dfcec87014095db612b2fe16e7fb.tar.bz2 historical-f91e6a19fcf3dfcec87014095db612b2fe16e7fb.zip |
Initial version
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'dev-php/phpdepend/phpdepend-0.10.3.ebuild')
-rw-r--r-- | dev-php/phpdepend/phpdepend-0.10.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-php/phpdepend/phpdepend-0.10.3.ebuild b/dev-php/phpdepend/phpdepend-0.10.3.ebuild new file mode 100644 index 000000000000..28b7b23b4f00 --- /dev/null +++ b/dev-php/phpdepend/phpdepend-0.10.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdepend/phpdepend-0.10.3.ebuild,v 1.1 2011/03/25 13:35:51 olemarkus Exp $ + +EAPI="3" +PHP_PEAR_CHANNEL="pear.pdepend.org" +PHP_PEAR_PN="PHP_Depend" +inherit php-pear-lib-r1 + +DESCRIPTION="Static code analyser for PHP" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +HOMEPAGE="http://www.pdepend.org" + +RDEPEND="${RDEPEND} + >=dev-lang/php-5.2.3" |