aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-locfit/Makefile
blob: c6ef314323d16794ad8a35f6a875ad5e07050436 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	locfit
DISTVERSION=	1.5-9.7
PORTREVISION=	1
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>