blob: 8721370e1cce8a8741af27396f9baf47bce184d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/Sub-Uplevel-0.22.ebuild,v 1.3 2010/02/03 11:22:55 aballier Exp $
MODULE_AUTHOR=DAGOLDEN
inherit perl-module versionator
MY_P="${PN}-$(delete_version_separator 2)"
S=${WORKDIR}/${MY_P}
DESCRIPTION="apparently run a function in a higher stack frame"
SRC_URI="mirror://cpan/authors/id/D/DA/DAGOLDEN/${MY_P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris"
IUSE=""
SRC_TEST="do"
RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}
virtual/perl-Module-Build"
|