blob: 52e8ad36fbe71bbcc382a1f50a9f1bf06d7ae14c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/BSD-Resource/BSD-Resource-1.29.02.ebuild,v 1.1 2008/12/31 17:16:44 tove Exp $
inherit versionator
MODULE_AUTHOR=JHI
MY_P=${PN}-$(delete_version_separator 2)
S=${WORKDIR}/${MY_P}
inherit perl-module
DESCRIPTION="Perl module for BSD process resource limit and priority functions"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lang/perl"
SRC_TEST="do"
|