blob: 94efa2b0f4a1023bb838886df8163552eb323c76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Critic/Perl-Critic-1.03.ebuild,v 1.3 2007/04/14 14:04:02 mcummings Exp $
inherit perl-module
MY_PV=${PV/%0/}
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="Critique Perl source code for best-practices"
HOMEPAGE="http://search.cpan.org/~thaljef"
SRC_URI="mirror://cpan/authors/id/T/TH/THALJEF/perlcritic/${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 sparc ~x86"
IUSE=""
SRC_TEST="do"
RDEPEND=">=dev-perl/Module-Pluggable-3.1
>=dev-perl/Config-Tiny-2
dev-perl/List-MoreUtils
dev-perl/IO-String
dev-perl/String-Format
dev-perl/perltidy
>=dev-perl/PPI-1.118
>=dev-perl/set-scalar-1.20
dev-perl/B-Keywords
dev-lang/perl"
DEPEND="dev-perl/module-build"
|