diff options
author | wen <wen@FreeBSD.org> | 2010-03-29 11:04:20 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-29 11:04:20 +0800 |
commit | d097e1c6668e34b2b43c0899df5ae9e6ad9747a1 (patch) | |
tree | 9c55ab203bb0d5789d5222d1f873fcfab824be8a /math/p5-Statistics-Frequency | |
parent | a805e8adf1d9bc5df16aef06af11bd63fe03e369 (diff) | |
download | freebsd-ports-gnome-d097e1c6668e34b2b43c0899df5ae9e6ad9747a1.tar.gz freebsd-ports-gnome-d097e1c6668e34b2b43c0899df5ae9e6ad9747a1.tar.zst freebsd-ports-gnome-d097e1c6668e34b2b43c0899df5ae9e6ad9747a1.zip |
Statistics::Frequency is a simple class for counting elements, in other
words, their frequencies. The goal of Statistics::Frequency is simply to
be provide container for sets of elements and their respective frequencies.
WWW: http://search.cpan.org/~jhi/Statistics-Frequency/
PR: ports/145136
Submitted by: Steve Wills <steve@mouf.net>
Diffstat (limited to 'math/p5-Statistics-Frequency')
-rw-r--r-- | math/p5-Statistics-Frequency/Makefile | 20 | ||||
-rw-r--r-- | math/p5-Statistics-Frequency/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Statistics-Frequency/pkg-descr | 5 | ||||
-rw-r--r-- | math/p5-Statistics-Frequency/pkg-plist | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/p5-Statistics-Frequency/Makefile b/math/p5-Statistics-Frequency/Makefile new file mode 100644 index 000000000000..c734281aa996 --- /dev/null +++ b/math/p5-Statistics-Frequency/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: p5-Statistics-Frequency +# Date created: 2010-03-08 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= Statistics-Frequency +PORTVERSION= 0.03 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Statistics +PKGNAMEPREFIX= p5- + +MAINTAINER= steve@mouf.net +COMMENT= Simple counting of elements + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/p5-Statistics-Frequency/distinfo b/math/p5-Statistics-Frequency/distinfo new file mode 100644 index 000000000000..0b62f4133b84 --- /dev/null +++ b/math/p5-Statistics-Frequency/distinfo @@ -0,0 +1,3 @@ +MD5 (Statistics-Frequency-0.03.tar.gz) = b67d54fb3db4787f170f3700e5362417 +SHA256 (Statistics-Frequency-0.03.tar.gz) = cd31b1047fdc9eaec1e818700aceddab729ccea17b8bf827ae8dad861f5bb6a8 +SIZE (Statistics-Frequency-0.03.tar.gz) = 4271 diff --git a/math/p5-Statistics-Frequency/pkg-descr b/math/p5-Statistics-Frequency/pkg-descr new file mode 100644 index 000000000000..e29224a15bd1 --- /dev/null +++ b/math/p5-Statistics-Frequency/pkg-descr @@ -0,0 +1,5 @@ +Statistics::Frequency is a simple class for counting elements, in other +words, their frequencies. The goal of Statistics::Frequency is simply to +be provide container for sets of elements and their respective frequencies. + +WWW: http://search.cpan.org/~jhi/Statistics-Frequency/ diff --git a/math/p5-Statistics-Frequency/pkg-plist b/math/p5-Statistics-Frequency/pkg-plist new file mode 100644 index 000000000000..a62c48953e84 --- /dev/null +++ b/math/p5-Statistics-Frequency/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/mach/auto/Statistics/Frequency/.packlist +%%SITE_PERL%%/Statistics/Frequency.pm +@dirrmtry %%SITE_PERL%%/Statistics +@dirrmtry %%SITE_PERL%%/mach/auto/Statistics/Frequency +@dirrmtry %%SITE_PERL%%/mach/auto/Statistics |