diff options
author | Christian Andreetta <satya@gentoo.org> | 2005-05-04 07:11:53 +0000 |
---|---|---|
committer | Christian Andreetta <satya@gentoo.org> | 2005-05-04 07:11:53 +0000 |
commit | a61e87039c1a7323e07269dc86013cd3eef2e7a3 (patch) | |
tree | 2cf9bc9e66b9877795f5e2da28ef97b1a07812b6 /dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild | |
parent | remove Id. fixes bug #89136. (diff) | |
download | historical-a61e87039c1a7323e07269dc86013cd3eef2e7a3.tar.gz historical-a61e87039c1a7323e07269dc86013cd3eef2e7a3.tar.bz2 historical-a61e87039c1a7323e07269dc86013cd3eef2e7a3.zip |
initial ebuild
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild')
-rw-r--r-- | dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild new file mode 100644 index 000000000000..8f506051be8d --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild,v 1.1 2005/05/04 07:11:53 satya Exp $ + +inherit perl-module + +DESCRIPTION="Statistics-Descriptive module" +SRC_URI="mirror://cpan/authors/id/COLINK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/search?module=Statistics::Descriptive" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86" +IUSE="" + +SRC_TEST="do" +mydoc="README Changes UserSurvey.txt" + |