summaryrefslogtreecommitdiff
blob: 93706a20be2dc2273e4bd1b44d4ee02a8673f117 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $

DESCRIPTION="Virtual for perl-core/ExtUtils-Constant"
HOMEPAGE=""
SRC_URI=""

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

DEPEND=""
RDEPEND="
	|| (
		(
			|| (
				~dev-lang/perl-5.12.4
				~dev-lang/perl-5.12.3
				~dev-lang/perl-5.10.1
			)
			!perl-core/ExtUtils-Constant
		)
		~perl-core/ExtUtils-Constant-${PV}
	)
"