summaryrefslogtreecommitdiff
blob: 659f3c1794ad7e7bd8ee61bc73c6020c31feb718 (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-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.680.0.ebuild,v 1.2 2013/11/24 19:04:16 zlogene Exp $

DESCRIPTION="Virtual for perl-core/Exporter"
HOMEPAGE=""
SRC_URI=""

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

DEPEND=""
RDEPEND="
	|| (
		(
			>=dev-lang/perl-5.17.11
			<=dev-lang/perl-5.19.2
			!perl-core/Exporter
		)
		~perl-core/Exporter-${PV}
	)
"