freebsd-ports/math/p5-Statistics-Regression/Makefile
2023-04-11 22:34:04 +02:00

18 lines
393 B
Makefile

PORTNAME= Statistics-Regression
PORTVERSION= 0.53
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to perform weighted linear regression
WWW= https://metacpan.org/release/Statistics-Regression
LICENSE= GPLv1+ # exact version not mentioned
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>