mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
16 lines
260 B
Makefile
16 lines
260 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pls
|
|
DISTVERSION= 2.7-0
|
|
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>
|