freebsd-ports/math/p5-Statistics-Forecast/Makefile
Rong-En Fan ad9d2d7fe4 Add p5-Statistics-Forecast 0.2, calculates a future value.
PR:		ports/107146
Submitted by:	chinsan
2006-12-25 06:29:56 +00:00

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>