blob: 70b0a78e6a876422709d9194b9310930d6ce8ac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2003 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 mips hppa"
|