blob: 55b72f79f6da5cdd07e1fa06ab7c98f31241643a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: chinsan
# $FreeBSD$
PORTNAME= Statistics-Forecast
PORTVERSION= 0.3
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Statistics
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Calculates a future value
USES= perl5
USE_PERL5= configure
MAN3= Statistics::Forecast.3
.include <bsd.port.mk>
|