# Copyright 1999-2014 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.580.0.ebuild,v 1.5 2014/01/20 20:58:09 vapier Exp $ EAPI=4 MODULE_VERSION="6.58" MODULE_AUTHOR=MSCHWERN inherit eutils perl-module DESCRIPTION="Create a module Makefile" HOMEPAGE="http://makemaker.org ${HOMEPAGE}" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND=" >=virtual/perl-ExtUtils-Command-1.16 >=virtual/perl-ExtUtils-Install-1.52 >=virtual/perl-ExtUtils-Manifest-1.58 >=virtual/perl-File-Spec-0.8 " RDEPEND="${DEPEND} !!/dev/null find ".${VENDOR_LIB}" -mindepth 1 -maxdepth 1 -not -name "ExtUtils" -exec rm -rf {} \+ popd >/dev/null }