blob: 907d4c2fb407d6009095243317b6a25d3b223a15 (
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.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"
|