blob: 925cadb10b378029585f5def6447ccc525e90b67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= pls
DISTVERSION= 2.7-3
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Partial Least Squares and Principal Component Regression
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>
|