blob: 33bae8c1c06146beb90974882f0e35b3f172bba7 (
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-System_Command/PEAR-System_Command-1.0.1.ebuild,v 1.3 2004/11/29 11:57:57 blubb Exp $
inherit php-pear
DESCRIPTION="PEAR::System_Command is a commandline execution interface"
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64"
IUSE=""
|