aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Forecast/Makefile
blob: 1c1fadec005152a5f365416c4a3ab8193626fc73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-Statistics-Forecast
# Date created:		2006/12/23
# Whom:			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

PERL_CONFIGURE=	yes

MAN3=		Statistics::Forecast.3

.include <bsd.port.mk>