freebsd-ports/math/R-cran-pls/Makefile
2020-08-10 07:09:44 +00:00

15 lines
260 B
Makefile

# $FreeBSD$
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>