diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-30 21:16:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-30 21:16:21 +0000 |
commit | 9b9e086acbd5baa25985936299d27ed0075823b2 (patch) | |
tree | 5efb6dcc5243d3588a28b572017bcf1aba5e0d65 /dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-9b9e086acbd5baa25985936299d27ed0075823b2.tar.gz gentoo-2-9b9e086acbd5baa25985936299d27ed0075823b2.tar.bz2 gentoo-2-9b9e086acbd5baa25985936299d27ed0075823b2.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild')
-rw-r--r-- | dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild new file mode 100644 index 000000000000..6bf7d27427d1 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild,v 1.1 2009/05/30 21:16:21 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SHLOMIF +inherit perl-module + +DESCRIPTION="Module of basic descriptive statistical functions" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +DEPEND="virtual/perl-Module-Build + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" +RDEPEND="" + +SRC_TEST="do" +mydoc="UserSurvey.txt" |