summaryrefslogtreecommitdiff
blob: cedd2b3f2cdc7e6d5d7a6431391712604f2aceb1 (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
26
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/wxperl-0.82.ebuild,v 1.1 2008/04/28 23:23:46 yuval Exp $

EAPI=1

MODULE_AUTHOR=MBARBON
MY_PN=Wx
MY_P=${MY_PN}-${PV}
S=${WORKDIR}/${MY_P}
WX_GTK_VER="2.8"
inherit wxwidgets perl-module

DESCRIPTION="Perl bindings for wxGTK"
HOMEPAGE="http://wxperl.sourceforge.net/"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""

DEPEND="x11-libs/wxGTK:2.8
	>=dev-perl/Alien-wxWidgets-0.25
	dev-lang/perl
	virtual/perl-Test-Harness
	>=virtual/perl-File-Spec-0.82"