blob: 8cbb26aafd18f91641cf8276ee039fdf5c96715a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ReadPassword/Term-ReadPassword-0.11.ebuild,v 1.4 2010/11/01 12:20:51 fauli Exp $
MODULE_AUTHOR=PHOENIX
inherit perl-module
DESCRIPTION="Term::ReadPassword - Asking the user for a password"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ~ppc64 x86"
IUSE=""
# Tests are interactive
#SRC_TEST="do"
DEPEND="dev-lang/perl"
|