freebsd-ports/math/R-cran-sm/Makefile
Martin Wilke 964a7f8b5e R-cran-sm is a R module for smoothing methods for nonparametric
regression and density estimation. It is software linked to the
book 'Applied Smoothing Techniques for Data Analysis: The Kernel
Approach with S-Plus Illustrations' Oxford University Press.

WWW:	http://www.stats.gla.ac.uk/~adrian/sm

PR:		ports/132770
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-03-22 13:32:38 +00:00

20 lines
416 B
Makefile

# New ports collection makefile for: sm
# Date created: 2009-03-19
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= sm
PORTVERSION= 2.2.3
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>