blob: 685fb20422c65d39f0c40b0ef97e1deeece242a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild,v 1.12 2010/02/06 12:26:08 tove Exp $
EAPI=2
MODULE_AUTHOR=RHETTBULL
inherit perl-module
DESCRIPTION="Statistics-Descriptive-Discrete module"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ~ppc sparc x86"
IUSE=""
mydoc="TODO"
SRC_TEST=do
|