diff options
Diffstat (limited to 'dev-php/simpletest/simpletest-1.0.0.ebuild')
-rw-r--r-- | dev-php/simpletest/simpletest-1.0.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-php/simpletest/simpletest-1.0.0.ebuild b/dev-php/simpletest/simpletest-1.0.0.ebuild new file mode 100644 index 000000000000..907d4c2fb407 --- /dev/null +++ b/dev-php/simpletest/simpletest-1.0.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/simpletest/simpletest-1.0.0.ebuild,v 1.1 2005/06/10 04:32:17 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="PHP project build system based on Apache Ant." +HOMEPAGE="http://www.lastcraft.com/simple_test.php" +LICENSE="OGTSL" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +SRC_URI="mirror://sourceforge/simpletest/${PN}_${PV}.tgz" |