diff --git a/math/Makefile b/math/Makefile index 782df6371da1..6f2dd5c07284 100644 --- a/math/Makefile +++ b/math/Makefile @@ -391,6 +391,7 @@ SUBDIR += p5-Statistics-Descriptive-Discrete SUBDIR += p5-Statistics-Distributions SUBDIR += p5-Statistics-Forecast + SUBDIR += p5-Statistics-Frequency SUBDIR += p5-Statistics-LTU SUBDIR += p5-Statistics-LineFit SUBDIR += p5-Statistics-Lite 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 +# +# $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 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