Add Statistics::Lite 1.02 module - the lightweight and
functional object-oriented statistics.
This commit is contained in:
parent
00be285ce9
commit
053bd6682b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122902
@ -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
|
||||
|
22
math/p5-Statistics-Lite/Makefile
Normal file
22
math/p5-Statistics-Lite/Makefile
Normal 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>
|
2
math/p5-Statistics-Lite/distinfo
Normal file
2
math/p5-Statistics-Lite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Statistics-Lite-1.02.tar.gz) = 1a1ab35d12ebb6bef5675fae52aac731
|
||||
SIZE (Statistics-Lite-1.02.tar.gz) = 2957
|
8
math/p5-Statistics-Lite/pkg-descr
Normal file
8
math/p5-Statistics-Lite/pkg-descr
Normal 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>
|
5
math/p5-Statistics-Lite/pkg-plist
Normal file
5
math/p5-Statistics-Lite/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user