blob: 75cde826261c4fdbe02f464ca5fb8ed7bc20c2bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN/CPAN-2.0.0.ebuild,v 1.9 2014/04/24 17:44:05 zlogene Exp $
EAPI=5
MODULE_AUTHOR=ANDK
MODULE_VERSION=2.00
inherit perl-module
DESCRIPTION="query, download and build perl modules from CPAN sites"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
SRC_TEST="do"
|