summaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Lite/Makefile
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/Makefile
parentDocument signal delivery vulnerability in sudoscript. (diff)
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/Makefile')
-rw-r--r--math/p5-Statistics-Lite/Makefile22
1 files changed, 22 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>