diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-11 13:26:21 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-11 13:26:21 +0800 |
commit | 119f1b3a58b8e9ff7bb08023cf6d979f243be28a (patch) | |
tree | 3528733b5c651e7a3d578cbec90c4265541f44dc /math/p5-Statistics-LineFit/Makefile | |
parent | baf314b21a434402684a4a230d553d258457e10e (diff) | |
download | freebsd-ports-gnome-119f1b3a58b8e9ff7bb08023cf6d979f243be28a.tar.gz freebsd-ports-gnome-119f1b3a58b8e9ff7bb08023cf6d979f243be28a.tar.zst freebsd-ports-gnome-119f1b3a58b8e9ff7bb08023cf6d979f243be28a.zip |
- Update to 0.07
- Move to perl@FreeBSD.org
PR: ports/106516
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'math/p5-Statistics-LineFit/Makefile')
-rw-r--r-- | math/p5-Statistics-LineFit/Makefile | 8 |
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> |