diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-12-01 15:34:18 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-12-01 15:34:18 +0000 |
commit | 053bd6682b52f409668cb5a28383a7a765fe87b4 (patch) | |
tree | d793ee47c241a845117dc26b27dd26f3dbfb5ad1 /math | |
parent | 00be285ce974d81cb7ff0260d8359ed4e0b831b6 (diff) | |
download | ports-053bd6682b52f409668cb5a28383a7a765fe87b4.tar.gz ports-053bd6682b52f409668cb5a28383a7a765fe87b4.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Statistics-Lite/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Statistics-Lite/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Statistics-Lite/pkg-descr | 8 | ||||
-rw-r--r-- | math/p5-Statistics-Lite/pkg-plist | 5 |
5 files changed, 38 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 45534df0e78a..eee7db017dbf 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/p5-Statistics-Lite/Makefile b/math/p5-Statistics-Lite/Makefile new file mode 100644 index 000000000000..c386738ba90a --- /dev/null +++ b/math/p5-Statistics-Lite/Makefile @@ -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> diff --git a/math/p5-Statistics-Lite/distinfo b/math/p5-Statistics-Lite/distinfo new file mode 100644 index 000000000000..b2324f30e999 --- /dev/null +++ b/math/p5-Statistics-Lite/distinfo @@ -0,0 +1,2 @@ +MD5 (Statistics-Lite-1.02.tar.gz) = 1a1ab35d12ebb6bef5675fae52aac731 +SIZE (Statistics-Lite-1.02.tar.gz) = 2957 diff --git a/math/p5-Statistics-Lite/pkg-descr b/math/p5-Statistics-Lite/pkg-descr new file mode 100644 index 000000000000..cf2c03812e8d --- /dev/null +++ b/math/p5-Statistics-Lite/pkg-descr @@ -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> diff --git a/math/p5-Statistics-Lite/pkg-plist b/math/p5-Statistics-Lite/pkg-plist new file mode 100644 index 000000000000..39c9e8017def --- /dev/null +++ b/math/p5-Statistics-Lite/pkg-plist @@ -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 |