summaryrefslogtreecommitdiff
blob: 14d9e2ed44f7e82f9ae5c008aa8081822939a88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild,v 1.1 2007/08/30 12:36:04 jokey Exp $

inherit php-pear-r1 depend.php

DESCRIPTION="A command line interface to PEAR_PackageFileManager."

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-php/PEAR-PEAR_PackageFileManager-1.6.0"

pkg_setup() {
	require_php_with_use xml
}