ad9d2d7fe4
PR: ports/107146 Submitted by: chinsan
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# 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>
|