blob: 4d940cbd604e8d43edc52d6cacd881d1b6db5cfa (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild,v 1.6 2009/12/15 19:06:30 armin76 Exp $
inherit versionator
MY_P=${PN}-$(delete_version_separator 2)
S=${WORKDIR}/${MY_P}
MODULE_AUTHOR=MDXI
inherit perl-module
DESCRIPTION="Perl UI framework based on the curses library."
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ~hppa ia64 ~ppc ppc64 sparc x86"
IUSE=""
SRC_TEST="do"
DEPEND="dev-perl/Curses
dev-perl/Test-Pod
dev-perl/TermReadKey
dev-lang/perl"
|