blob: 158d179e91c67e5f9c7f270a159309f2b32be1b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ANSIScreen/Term-ANSIScreen-1.40.ebuild,v 1.1 2003/05/09 00:15:01 rac Exp $
IUSE=""
inherit perl-module
DESCRIPTION="Terminal control using ANSI escape sequences."
SRC_URI="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/${P}.tar.gz"
HOMEPAGE="http://wwww.cpan.org/CPAN/data/ANSIScreen/ANSIScreen.html"
SLOT="0"
LICENSE="Artistic | GPL-2"
KEYWORDS="~x86"
|