aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-pls/Makefile
blob: b5459ccce1bf1ca3045c49d21f90334d44e6101d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	pls
DISTVERSION=	2.8-1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Partial Least Squares and Principal Component Regression
WWW=		https://cran.r-project.org/web/packages/pls/

LICENSE=	GPLv2

USES=		cran:auto-plist

.include <bsd.port.mk>