# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit versionator MODULE_AUTHOR="BARABAS" MY_PV="$(delete_version_separator 2)" MY_P="${PN}-${MY_PV}" inherit eutils perl-module S=${WORKDIR}/${MY_P} DESCRIPTION="The Perl Sys::Load Module" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris ~sparc-solaris" IUSE="" DEPEND="dev-lang/perl" mydoc="ToDo"