21 lines
555 B
Bash
21 lines
555 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild,v 1.12 2015/02/18 08:36:49 ago Exp $
|
|
|
|
EAPI=5
|
|
|
|
DESCRIPTION="Virtual for ${PN#perl-}"
|
|
HOMEPAGE=""
|
|
SRC_URI=""
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="
|
|
|| ( =dev-lang/perl-5.20.1* =dev-lang/perl-5.20.0* ~perl-core/${PN#perl-}-${PV} )
|
|
!<perl-core/${PN#perl-}-${PV}
|
|
!>perl-core/${PN#perl-}-${PV}-r999
|
|
"
|