blob: 84b6b6878bee7dc14da9ca9d47b5b6f1aaa7a2eb (
plain)
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= 2
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>
|