summaryrefslogtreecommitdiff
blob: ea60c068128cf72f8dddb0c2de0ec36e19d20b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild,v 1.15 2010/01/07 07:54:27 tove Exp $

MODULE_AUTHOR=SAMTREGAR
inherit perl-module

DESCRIPTION="a Perl profiler compatible with dprofpp"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ia64 ~ppc sparc x86"
IUSE=""

DEPEND="dev-lang/perl"

SRC_TEST="do"
PATCHES=( "${FILESDIR}"/perl510.patch )