blob: 5b1c50db582559080394e06856013c88c40465d1 (
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.04.ebuild,v 1.1 2008/12/17 17:14:35 tove Exp $
MODULE_AUTHOR=FLORA
inherit perl-module
DESCRIPTION="Perl interface to the sexy widget collection"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-perl/gtk2-perl
x11-libs/libsexy
dev-lang/perl"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
|