14 lines
322 B
Bash
14 lines
322 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DIST_AUTHOR=MZSANFORD
|
|
DIST_VERSION=0.61
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ppc64 ~sparc x86 ~ppc-macos"
|
|
IUSE=""
|