blob: 73eb864523974cd245e9507827c41b78ce1cc6b4 [file] [log] [blame]
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.43.ebuild,v 1.4 2010/02/14 03:57:24 dirtyepic Exp $
EAPI=2
WX_GTK_VER="2.8"
MODULE_AUTHOR=MBARBON
inherit perl-module wxwidgets
DESCRIPTION="Building, finding and using wxWidgets binaries"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ~ia64 x86"
IUSE=""
SRC_TEST="do"
RDEPEND="x11-libs/wxGTK:2.8
>=virtual/perl-Module-Pluggable-3.1-r1"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-CBuilder-0.24
virtual/perl-Module-Build"
perl-module_src_prep() {
echo no | perl Build.PL --installdirs=vendor \
--destdir="${D}" \
--libdoc= || die "perl Build.PL has failed!"
}