aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-LineFit/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-12-11 05:26:21 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-12-11 05:26:21 +0000
commitaec874c57115d5a6fcde0e59de56e1f0ad00b251 (patch)
tree3f9cb937b5b426dd72243f35ebb52fefef464e2d /math/p5-Statistics-LineFit/Makefile
parent7f9a1e33e04f37738e14fa0393ba2aea5e959d32 (diff)
downloadports-aec874c57115d5a6fcde0e59de56e1f0ad00b251.tar.gz
ports-aec874c57115d5a6fcde0e59de56e1f0ad00b251.zip
- Update to 0.07
- Move to perl@FreeBSD.org PR: ports/106516 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes: svn path=/head/; revision=179468
Diffstat (limited to 'math/p5-Statistics-LineFit/Makefile')
-rw-r--r--math/p5-Statistics-LineFit/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/math/p5-Statistics-LineFit/Makefile b/math/p5-Statistics-LineFit/Makefile
index a0f0ba589a1a..cacc3cc5f273 100644
--- a/math/p5-Statistics-LineFit/Makefile
+++ b/math/p5-Statistics-LineFit/Makefile
@@ -6,17 +6,21 @@
#
PORTNAME= Statistics-LineFit
-PORTVERSION= 0.06
+PORTVERSION= 0.07
CATEGORIES= math
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Statistics
PKGNAMEPREFIX= p5-
-MAINTAINER= gslin@gslin.org
+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>