21 lines
547 B
Bash
21 lines
547 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.90.0-r1.ebuild,v 1.1 2015/02/21 09:48:08 mgorny 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.2* ~perl-core/${PN#perl-}-${PV} )
|
|
!<perl-core/${PN#perl-}-${PV}
|
|
!>perl-core/${PN#perl-}-${PV}-r999
|
|
"
|