aboutsummaryrefslogblamecommitdiff
path: root/math/p5-Statistics-LineFit/Makefile
blob: 1a8b018b131bf3015409b0fcca5d0ce11d558321 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                             
                    
                          



                                  
                                


                                                              
                                     


                                     


                              
                      
# 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 perl5
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>