blob: e6de83236736efcbe1e3838e76ca1d405090859e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.07.ebuild,v 1.2 2009/12/10 20:06:17 armin76 Exp $
MODULE_AUTHOR=FLORA
inherit perl-module
DESCRIPTION="Web content engine library for Gtk2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/gtk2-perl
net-libs/webkit-gtk"
DEPEND="${RDEPEND}
dev-perl/glib-perl
dev-perl/extutils-pkgconfig
dev-perl/extutils-depends"
#SRC_TEST=do
|