summaryrefslogtreecommitdiff
blob: 69079e63be1732871371eb3e3439d784ec21772d (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: $

EAPI=2

MODULE_AUTHOR=BRICAS
inherit perl-module

DESCRIPTION="Format perl files using Perl::Tidy"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-perl/Locale-Msgfmt-0.14"
RDEPEND=">=app-editors/padre-0.54
	dev-perl/perltidy"