aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Lite
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-12-01 15:34:18 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-12-01 15:34:18 +0000
commit053bd6682b52f409668cb5a28383a7a765fe87b4 (patch)
treed793ee47c241a845117dc26b27dd26f3dbfb5ad1 /math/p5-Statistics-Lite
parent00be285ce974d81cb7ff0260d8359ed4e0b831b6 (diff)
downloadports-053bd6682b52f409668cb5a28383a7a765fe87b4.tar.gz
ports-053bd6682b52f409668cb5a28383a7a765fe87b4.zip
Add Statistics::Lite 1.02 module - the lightweight and
functional object-oriented statistics.
Notes
Notes: svn path=/head/; revision=122902
Diffstat (limited to 'math/p5-Statistics-Lite')
-rw-r--r--math/p5-Statistics-Lite/Makefile22
-rw-r--r--math/p5-Statistics-Lite/distinfo2
-rw-r--r--math/p5-Statistics-Lite/pkg-descr8
-rw-r--r--math/p5-Statistics-Lite/pkg-plist5
4 files changed, 37 insertions, 0 deletions
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