blob: b1f5933ce5da8348841878943a81e3b340938280 (
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
25
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild,v 1.2 2010/05/09 11:41:48 tove Exp $
EAPI=2
MODULE_AUTHOR=MSCHWERN
inherit perl-module
DESCRIPTION="Create a module Makefile"
HOMEPAGE="http://makemaker.org ${HOMEPAGE}"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
PATCHES=( "${FILESDIR}/RUNPATH-6.54.patch" )
DEPEND=">=virtual/perl-ExtUtils-Manifest-1.56
>=virtual/perl-ExtUtils-Command-1.16
>=virtual/perl-ExtUtils-Install-1.52"
RDEPEND="${DEPEND}
!!<dev-lang/perl-5.8.8-r7"
SRC_TEST=do
|