14 lines
317 B
Makefile
14 lines
317 B
Makefile
PORTNAME= locfit
|
|
DISTVERSION= 1.5-9.8
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Local Regression, Likelihood and Density Estimation
|
|
WWW= https://cran.r-project.org/package=locfit
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= compiler:c++17-lang cran:compiles
|
|
|
|
.include <bsd.port.mk>
|