blob: a0f0ba589a1aa11d09e3e1ef237e9dda17ada971 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|