blob: 832844519aae0291f070de7ef3f25ffe3ee153f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|