blob: 270653cd1fdac5e7de9d97c651522c9eb0606dc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-Complex/Math-Complex-1.590.0.ebuild,v 1.7 2014/04/24 17:32:54 zlogene Exp $
EAPI=5
MODULE_AUTHOR=ZEFRAM
MODULE_VERSION=1.59
inherit perl-module
DESCRIPTION="complex numbers and associated mathematical functions"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc64 ~x86"
IUSE=""
SRC_TEST="do"
|