summaryrefslogtreecommitdiff
blob: 1bbf18861493fe159aaa5672074cab68673fc81f (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
# $Id$

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
"