blob: 53e8b03035184cf071c47c6f8f4b2e9063d2deea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/dev-perl/BSD-Resource/BSD-Resource-1.22.ebuild,v 1.2 2003/06/21 21:36:35 drobbins Exp $
inherit perl-module
CATEGORY="dev-perl"
DESCRIPTION="Perl module for BSD process resource limit and priority functions"
SRC_URI="http://www.cpan.org/modules/by-module/BSD/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/BSD/${P}.readme"
SLOT="0"
LICENSE="Artistic | GPL-2"
KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha"
|