blob: b7736864fb32572d5fb9787d698706c8198daa1f (
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-2010 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"
|