9fb1ef4c3a
response to email. Hat: portmgr
22 lines
403 B
Makefile
22 lines
403 B
Makefile
# 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>
|