summaryrefslogtreecommitdiff
blob: 55d1d9c6a6734390841eb5cf98d397d334cbce48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.02.ebuild,v 1.2 2008/01/17 16:35:25 flameeyes Exp $

inherit perl-module

DESCRIPTION="Perl interface to the sexy widget collection"
HOMEPAGE="http://search.cpan.org/search?query=Gtk2-Sexy&mode=dist"
SRC_URI="mirror://cpan/authors/id/F/FL/FLORA/${P}.tar.gz"

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

RDEPEND="dev-perl/gtk2-perl
	dev-lang/perl"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"