summaryrefslogtreecommitdiff
blob: 9f94441aaca779e5d39dee9ed6f5cbb8a90d86f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MODULE_AUTHOR=TSCH
inherit perl-module

DESCRIPTION="Gnome2 Vte Perl interface to the Virtual Terminal Emulation library"

SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE=""

SRC_TEST="do"

RDEPEND="dev-lang/perl
	dev-perl/glib-perl
	dev-perl/gtk2-perl"
DEPEND="${RDEPEND}
	dev-perl/extutils-depends
	dev-perl/extutils-pkgconfig"