aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-VecStat
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-02-25 11:35:59 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-02-25 11:35:59 +0000
commit2a46de3b0e4d1d247c244914f8930fd997df32fa (patch)
treea62f348653a92034c5141a6845b6fb74ffb58c65 /math/p5-Math-VecStat
parentda349d3fe54254b16914623f4cba2ea72a218656 (diff)
downloadports-2a46de3b0e4d1d247c244914f8930fd997df32fa.tar.gz
ports-2a46de3b0e4d1d247c244914f8930fd997df32fa.zip
Notes
Diffstat (limited to 'math/p5-Math-VecStat')
-rw-r--r--math/p5-Math-VecStat/Makefile23
-rw-r--r--math/p5-Math-VecStat/distinfo2
-rw-r--r--math/p5-Math-VecStat/pkg-descr1
-rw-r--r--math/p5-Math-VecStat/pkg-plist5
4 files changed, 31 insertions, 0 deletions
diff --git a/math/p5-Math-VecStat/Makefile b/math/p5-Math-VecStat/Makefile
new file mode 100644
index 000000000000..2ceca8d3977e
--- /dev/null
+++ b/math/p5-Math-VecStat/Makefile
@@ -0,0 +1,23 @@
+# vim:ts=8
+# New ports collection makefile for: p5-Math-VecStat
+# Date created: 25 Februar 2005
+# Whom: Martin Matuska <martin@matuska.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Math-VecStat
+PORTVERSION= 0.08
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Math
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= martin@matuska.org
+COMMENT= Basic statistics on vectors
+
+PERL_CONFIGURE= yes
+
+MAN3= Math::VecStat.3
+
+.include <bsd.port.mk>
diff --git a/math/p5-Math-VecStat/distinfo b/math/p5-Math-VecStat/distinfo
new file mode 100644
index 000000000000..6b20c11f7481
--- /dev/null
+++ b/math/p5-Math-VecStat/distinfo
@@ -0,0 +1,2 @@
+MD5 (Math-VecStat-0.08.tar.gz) = 3df23fb451f73bb49fd4ea344ba94020
+SIZE (Math-VecStat-0.08.tar.gz) = 4539
diff --git a/math/p5-Math-VecStat/pkg-descr b/math/p5-Math-VecStat/pkg-descr
new file mode 100644
index 000000000000..43ad3906194c
--- /dev/null
+++ b/math/p5-Math-VecStat/pkg-descr
@@ -0,0 +1 @@
+Some basic statistics on vectors (min,max,average,....).
diff --git a/math/p5-Math-VecStat/pkg-plist b/math/p5-Math-VecStat/pkg-plist
new file mode 100644
index 000000000000..a8c630f8b2c3
--- /dev/null
+++ b/math/p5-Math-VecStat/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VecStat/.packlist
+%%SITE_PERL%%/Math/VecStat.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VecStat
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true