blob: 71abaff2aa6a45f90df852a76695dbe3cf85b35c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.2 2005/06/17 06:26:23 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"
|