summaryrefslogtreecommitdiff
blob: 2966f5025e22d9acab09a8e653bc9d3e4937a76e (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
MODULE_AUTHOR=APEIRON
MODULE_VERSION=1.008004
inherit perl-module perl-declaredeps

DESCRIPTION="create and use a local lib/ for perl modules with PERL5LIB"
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
PATCHES=(
	"${FILESDIR}/${MODULE_VERSION}/0001_No_CPAN.patch"
)
cdepend-virtual File-Spec; # File::Spec, Cwd;
cdepend-virtual ExtUtils-MakeMaker 6.42;

depend-virtual ExtUtils-MakeMaker 6.31;
depend-virtual ExtUtils-Install 1.43;
depend-virtual Module-Build 0.36;
depend-virtual CPAN 1.820

ddep_setup;

SRC_TEST="do"