]> Pileus Git - ~andy/sunrise/blob - sys-apps/ack/ack-1.82.ebuild
b13256d6c632b4ea8d7a9c82683984bea9a92ecb
[~andy/sunrise] / sys-apps / ack / ack-1.82.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit perl-module
6
7 DESCRIPTION="ack is a tool like grep, aimed at programmers with large trees of
8 heterogeneous source code"
9 HOMEPAGE="http://www.petdance.com/ack/"
10 SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
11
12
13 IUSE=""
14
15 SLOT="0"
16 LICENSE="|| ( Artistic GPL-2 )"
17 KEYWORDS="~x86"
18
19 DEPEND=">=dev-perl/File-Next-1.02
20         dev-lang/perl"