Add Statistics::Lite 1.02 module - the lightweight and

functional object-oriented statistics.
This commit is contained in:
Sergey A. Osokin 2004-12-01 15:34:18 +00:00
parent 00be285ce9
commit 053bd6682b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122902
5 changed files with 38 additions and 0 deletions

View File

@ -168,6 +168,7 @@
SUBDIR += p5-Statistics-Descriptive
SUBDIR += p5-Statistics-Distributions
SUBDIR += p5-Statistics-LTU
SUBDIR += p5-Statistics-Lite
SUBDIR += p5-Statistics-OLS
SUBDIR += p5-Statistics-Table-F
SUBDIR += pari

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Statistics-Lite
# Date created: 1 December 2004
# Whom: Sergey A. Osokin <osa@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Statistics-Lite
PORTVERSION= 1.02
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Statistics
PKGNAMEPREFIX= p5-
MAINTAINER= osa@FreeBSD.org
COMMENT= The lightweight and functional object-oriented statistics
PERL_CONFIGURE= yes
MAN3= Statistics::Lite.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Statistics-Lite-1.02.tar.gz) = 1a1ab35d12ebb6bef5675fae52aac731
SIZE (Statistics-Lite-1.02.tar.gz) = 2957

View File

@ -0,0 +1,8 @@
The Statistics::Lite module is a lightweight, functional alternative
to larger, more complete, object-oriented statistics packages.
As such, it is likely to be better suited, in general, to smaller
data sets.
WWW: http://search.cpan.org/dist/Statistics-Lite
Author: Brian Lalonde <brian@webcoder.info>

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Lite/.packlist
%%SITE_PERL%%/Statistics/Lite.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Lite
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lite 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Statistics 2>/dev/null || true