freebsd-ports/math/p5-Statistics-LineFit/Makefile
Cheng-Lung Sung 3dc2a98654 Add p5-Statistics-LineFit 0.06, least squares line fit, weighted or
unweighted.

PR:		ports/104688
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-11-01 01:59:37 +00:00

22 lines
438 B
Makefile

# New ports collection makefile for: p5-Statistics-LineFit
# Date created: 2006-10-23
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Statistics-LineFit
PORTVERSION= 0.06
CATEGORIES= math
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Statistics
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Least squares line fit, weighted or unweighted
PERL_CONFIGURE= yes
MAN3= Statistics::LineFit.3
.include <bsd.port.mk>