| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300.ebuild,v 1.3 2012/08/03 10:55:53 ago Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
MODULE_AUTHOR=SHLOMIF
|
| 8 |
MODULE_VERSION=3.0603
|
| 9 |
inherit perl-module
|
| 10 |
|
| 11 |
DESCRIPTION="Module of basic descriptive statistical functions"
|
| 12 |
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="amd64 ~ppc x86"
|
| 15 |
IUSE="test"
|
| 16 |
|
| 17 |
RDEPEND=""
|
| 18 |
DEPEND="virtual/perl-Module-Build
|
| 19 |
test? (
|
| 20 |
dev-perl/Test-Pod
|
| 21 |
dev-perl/Test-Pod-Coverage
|
| 22 |
)"
|
| 23 |
|
| 24 |
SRC_TEST="do"
|
| 25 |
mydoc="UserSurvey.txt"
|