# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 MODULE_AUTHOR=MSTROUT inherit perl-module DESCRIPTION="create and use a local lib/ for perl modules with PERL5LIB" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/perl-ExtUtils-CBuilder virtual/perl-ExtUtils-Install virtual/perl-ExtUtils-ParseXS virtual/perl-Module-Build virtual/perl-ExtUtils-MakeMaker" RDEPEND="${DEPEND} app-portage/g-cpan" PATCHES=( "${FILESDIR}/${P}-CPAN.patch" ) SRC_TEST="do"