diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-25 06:29:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-25 06:29:56 +0000 |
commit | ad9d2d7fe444d3a4547714905ca40b4185cf5888 (patch) | |
tree | 8239aea1defaf27510fff2e37b6d003ea7a1c9b4 /math/p5-Statistics-Forecast | |
parent | cecca58222d707e8ec695ba83c4d37a77cf4e33f (diff) | |
download | ports-ad9d2d7fe444d3a4547714905ca40b4185cf5888.tar.gz ports-ad9d2d7fe444d3a4547714905ca40b4185cf5888.zip |
Notes
Diffstat (limited to 'math/p5-Statistics-Forecast')
-rw-r--r-- | math/p5-Statistics-Forecast/Makefile | 23 | ||||
-rw-r--r-- | math/p5-Statistics-Forecast/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Statistics-Forecast/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Statistics-Forecast/pkg-plist | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/math/p5-Statistics-Forecast/Makefile b/math/p5-Statistics-Forecast/Makefile new file mode 100644 index 000000000000..832844519aae --- /dev/null +++ b/math/p5-Statistics-Forecast/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Statistics-Forecast +# Date created: 2006/12/23 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Statistics-Forecast +PORTVERSION= 0.2 +CATEGORIES= math +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Statistics +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Calculates a future value + +PERL_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 + +MAN3= Statistics::Forecast.3 + +.include <bsd.port.mk> diff --git a/math/p5-Statistics-Forecast/distinfo b/math/p5-Statistics-Forecast/distinfo new file mode 100644 index 000000000000..0cfe53a94fa5 --- /dev/null +++ b/math/p5-Statistics-Forecast/distinfo @@ -0,0 +1,3 @@ +MD5 (Statistics-Forecast-0.2.tar.gz) = 4b3901e1595014963bb0df067faceb1e +SHA256 (Statistics-Forecast-0.2.tar.gz) = 15043e35bb3bcb450fe11b3ce9b1afebefca3cf9b9cad81328d78512dc78d45f +SIZE (Statistics-Forecast-0.2.tar.gz) = 3540 diff --git a/math/p5-Statistics-Forecast/pkg-descr b/math/p5-Statistics-Forecast/pkg-descr new file mode 100644 index 000000000000..0b6d3afcfcca --- /dev/null +++ b/math/p5-Statistics-Forecast/pkg-descr @@ -0,0 +1,4 @@ +This is an Oriented Object module that calculates a future value by using +existing values. The new value is calculated by using linear regression. + +WWW: http://search.cpan.org/dist/Statistics-Forecast/ diff --git a/math/p5-Statistics-Forecast/pkg-plist b/math/p5-Statistics-Forecast/pkg-plist new file mode 100644 index 000000000000..5d20d3d833cf --- /dev/null +++ b/math/p5-Statistics-Forecast/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast/.packlist +%%SITE_PERL%%/Statistics/Forecast.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics +@dirrmtry %%SITE_PERL%%/Statistics |