aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-pls/Makefile
blob: e3192ee898f5da8c39d8e00fc71a066843e69152 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	pls
DISTVERSION=	2.7-2
PORTREVISION=	1
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>