diff --git a/math/Makefile b/math/Makefile index 0db8c7979283..ac842bdd4de0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -361,6 +361,7 @@ SUBDIR += p5-Set-IntSpan-Fast-XS SUBDIR += p5-Set-Partition SUBDIR += p5-Set-Window + SUBDIR += p5-Statistics-Benford SUBDIR += p5-Statistics-ChiSquare SUBDIR += p5-Statistics-Contingency SUBDIR += p5-Statistics-Descriptive diff --git a/math/p5-Statistics-Benford/Makefile b/math/p5-Statistics-Benford/Makefile new file mode 100644 index 000000000000..67d41955b15f --- /dev/null +++ b/math/p5-Statistics-Benford/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Statistics-Benford +# Date created: 03 May, 2009 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= Statistics-Benford +PORTVERSION= 0.07 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Calculate the deviation from Benford's Law + +PERL_CONFIGURE= yes + +MAN3= Statistics::Benford.3 + +.include diff --git a/math/p5-Statistics-Benford/distinfo b/math/p5-Statistics-Benford/distinfo new file mode 100644 index 000000000000..b14cb55ede04 --- /dev/null +++ b/math/p5-Statistics-Benford/distinfo @@ -0,0 +1,3 @@ +MD5 (Statistics-Benford-0.07.tar.gz) = c455daa0dec5843e8e3e218a9ebaf5f3 +SHA256 (Statistics-Benford-0.07.tar.gz) = da0fb3a30b8125ccb27adfe266c9b0dfd0427a2fc588f92338d77fe0af0a2602 +SIZE (Statistics-Benford-0.07.tar.gz) = 5958 diff --git a/math/p5-Statistics-Benford/pkg-descr b/math/p5-Statistics-Benford/pkg-descr new file mode 100644 index 000000000000..779686606321 --- /dev/null +++ b/math/p5-Statistics-Benford/pkg-descr @@ -0,0 +1,3 @@ +This module calculates the deviation from Benford's law. + +WWW: http://search.cpan.org/dist/Statistics-Benford/ diff --git a/math/p5-Statistics-Benford/pkg-plist b/math/p5-Statistics-Benford/pkg-plist new file mode 100644 index 000000000000..c65c52a958ae --- /dev/null +++ b/math/p5-Statistics-Benford/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Benford/.packlist +%%SITE_PERL%%/Statistics/Benford.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Benford +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics +@dirrmtry %%SITE_PERL%%/Statistics