blob: 43d1f282e4e8bdf1489975c9ba4ea4e6b7c82a91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="Compile and execute code in restricted compartments"
SRC_URI="http://www.cpan.org/authors/id/A/AB/ABERGMAN/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/src/ABERGMAN/${P}/README"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ppc sparc alpha"
|