blob: 35fed0bf3ef841e357d05706de5e1caf37e5aa15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2014 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.3.ebuild,v 1.3 2014/04/26 18:54:05 ago 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=""
|