freebsd-ports/math/p5-Statistics-LineFit/Makefile
Cheng-Lung Sung aec874c571 - Update to 0.07
- Move to perl@FreeBSD.org

PR:		ports/106516
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-12-11 05:26:21 +00:00

26 lines
509 B
Makefile

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