# New ports collection makefile for: p5-Statistics-LineFit # Date created: 2006-10-23 # Whom: Gea-Suan Lin # # $FreeBSD: ports/math/p5-Statistics-LineFit/Makefile,v 1.2 2006/12/11 05:26:21 clsung Exp $ # 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