blob: 742983073324d9bb87abd624624ee3cc76dec01a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= sm
DISTVERSION= 2.2-5.6
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Smoothing methods for nonparametric regression and density estimation
BROKEN_amd64= Does not build
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|