blob: 68e5c8ae1099592e5767617b9fee0363815c9ac6 (
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.4 2004/12/18 11:20:35 blubb Exp $
inherit php-pear
DESCRIPTION="Regression testing framework for unit tests."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
IUSE=""
|