blob: fe3fe8ddb2b5192ecd8ab1853d308f916455e4a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.45.ebuild,v 1.7 2009/02/16 14:13:31 ranger Exp $
MODULE_AUTHOR=DURIST
inherit perl-module
DESCRIPTION="Unix process table information"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
SRC_TEST="do"
DEPEND="virtual/perl-Storable
dev-lang/perl"
|