blob: 149058eac81da8741c039da7098c1b143633ef4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.39.ebuild,v 1.4 2010/01/07 20:28:21 tove Exp $
DESCRIPTION="Virtual for Parse-CPAN-Meta"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Parse-CPAN-Meta-${PV} )"
|