summaryrefslogtreecommitdiff
blob: 2f3012cb811453bcac2ed3a410bc2059e342b937 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild,v 1.1 2007/03/30 15:01:06 mcummings Exp $

inherit perl-module

DESCRIPTION="Interface to the Mozilla embedding widget"
HOMEPAGE="http://search.cpan.org/~tsch"
SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${P}.tar.gz"


IUSE=""

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

DEPEND=">=dev-perl/extutils-depends-0.205
	>=dev-perl/gtk2-perl-1.144
	>=dev-perl/extutils-pkgconfig-1.07
	dev-lang/perl
	firefox? ( www-client/mozilla-firefox )
	!firefox? ( www-client/seamonkey )
	"