aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-LineFit/Makefile
blob: cacc3cc5f2730621444c0d593db1c77d32653ac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.07
CATEGORIES=	math
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Statistics
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Least squares line fit, weighted or unweighted

PERL_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

MAN3=		Statistics::LineFit.3

post-extract:
	${CHMOD} 755 ${WRKSRC}

.include <bsd.port.mk>