blob: 49932a7e8556acecbde2ff2fc3e22578b14ec94a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Traceroute/PEAR-Net_Traceroute-0.21.2.ebuild,v 1.3 2009/11/25 22:43:48 maekke Exp $
inherit php-pear-r1
KEYWORDS="amd64 x86"
DESCRIPTION="OS independet wrapper class for executing traceroute calls"
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""
|