summaryrefslogtreecommitdiff
blob: c633baab2834b6f9beeaef22b193a8075c91b54a (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=ZEFRAM
MODULE_VERSION=0.09
inherit perl-module

DESCRIPTION='Invoke callbacks on construction of entersub OPs for certain CVs'
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# B-Utils-0.250.0 RT #94945
RDEPEND="
	>=dev-perl/B-Hooks-OP-Check-0.190.0
	>=dev-perl/B-Utils-0.250.0
	virtual/perl-Scalar-List-Utils
	virtual/perl-parent
"
DEPEND="
	${RDEPEND}
	dev-perl/ExtUtils-Depends
	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
"