blob: 96415d9f6417fc1fdeb45d09feb54b73b80b299d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Caller/Devel-Caller-2.05.ebuild,v 1.1 2010/04/08 20:10:07 tove Exp $
EAPI=2
MODULE_AUTHOR="RCLAMP"
inherit perl-module
DESCRIPTION="meatier versions of caller"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-perl/PadWalker"
RDEPEND="${DEPEND}"
SRC_TEST=do
|