blob: c7d6f89858fc5327b8d38fe7c7da78b16ba4b1a3 (
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.05.ebuild,v 1.1 2008/12/23 18:56:31 robbat2 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"
|