freebsd-ports/math/R-cran-locfit/Makefile
2023-01-02 16:43:47 +01:00

14 lines
317 B
Makefile

PORTNAME= locfit
DISTVERSION= 1.5-9.7
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>