19 lines
372 B
Makefile
19 lines
372 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Statistics-Regression
|
|
PORTVERSION= 0.53
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Perl module to perform weighted linear regression
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Statistics::Regression.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|