blob: cbebab7da1b5b49317fa514c60ca8216ec3dbb2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: sm
# Date created: 2009-03-19
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= sm
PORTVERSION= 2.2.3
PORTREVISION= 2
CATEGORIES= math
PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_2.2-3
MAINTAINER= wenheping@gmail.com
COMMENT= Smoothing methods for nonparametric regression and density estimation
R_MOD= yes
.include "${.CURDIR}/files/bsd.cran.mk"
.include <bsd.port.mk>
|