2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-11-01 02:59:37 +01:00
|
|
|
|
|
|
|
PORTNAME= Statistics-LineFit
|
2006-12-11 06:26:21 +01:00
|
|
|
PORTVERSION= 0.07
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= math perl5
|
2006-11-01 02:59:37 +01:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-11 06:26:21 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-11-01 02:59:37 +01:00
|
|
|
COMMENT= Least squares line fit, weighted or unweighted
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-12-11 06:26:21 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2006-11-01 02:59:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|