summaryrefslogtreecommitdiff
blob: 72b46d26611a56f64ba424272c8b576c4f858bb6 (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
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI-PowerToys/PPI-PowerToys-0.140.0.ebuild,v 1.1 2014/10/19 21:35:03 dilfridge Exp $

EAPI=5

MODULE_AUTHOR="ADAMK"
MODULE_VERSION=0.14

inherit perl-module

DESCRIPTION="A handy collection of small PPI-based utilities"

LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="
	>=dev-perl/File-Find-Rule-0.32
	>=dev-perl/File-Find-Rule-Perl-1.10
	>=dev-perl/Test-Script-1.70.0
	>=dev-perl/Probe-Perl-0.01
	dev-perl/PPI
	dev-perl/IPC-Run3
"