blob: 3e38ad1e700c946fe4499158268e130f1d6a8f3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHPUnit/PEAR-PHPUnit-1.0.1.ebuild,v 1.3 2004/07/16 09:19:53 dholm Exp $
inherit php-pear
DESCRIPTION="Regression testing framework for unit tests."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc"
IUSE=""
|