3dc2a98654
unweighted. PR: ports/104688 Submitted by: Gea-Suan Lin <gslin at gslin.org>
22 lines
438 B
Makefile
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>
|