mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
15 lines
303 B
Makefile
15 lines
303 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sm
|
|
DISTVERSION= 2.2-5.4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Smoothing methods for nonparametric regression and density estimation
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|