blob: a1c6e716b1522b4a4b96ec08787e4393a037bfac (
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.3 2005/11/06 11:39:54 sebastian Exp $
inherit php-pear
DESCRIPTION="A PHP testing framework."
HOMEPAGE="http://www.lastcraft.com/simple_test.php"
LICENSE="OGTSL"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
SRC_URI="mirror://sourceforge/simpletest/${PN}_${PV}.tgz"
|