blob: 398416d3790d14c4ade4f5d724e64d54c79fc21d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
MODULE_AUTHOR="SHARYANTO"
MODULE_VERSION=${PV}
inherit perl-module
DESCRIPTION="Terminal control using ANSI escape sequences"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
SRC_TEST="do"
RDEPEND="dev-perl/Data-Dump
dev-perl/Text-WideChar-Util"
|