aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-OLS/Makefile
blob: 86766484e6f852eee1e6f35d9b5a6ef92f5ceea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	Statistics-OLS
PORTVERSION=	0.07
PORTREVISION=	1
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to perform ordinary least squares and other bivariate statistics

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>