aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-sm/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-22 13:32:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-22 13:32:38 +0000
commit964a7f8b5e829e381beec0863e044ada7bb22d15 (patch)
tree178bc5e1acefe3791a801fe154713579e89a8334 /math/R-cran-sm/Makefile
parent630850335bbcf7c011a7c9a65f7cd7d274aaf3ae (diff)
downloadports-964a7f8b5e829e381beec0863e044ada7bb22d15.tar.gz
ports-964a7f8b5e829e381beec0863e044ada7bb22d15.zip
Notes
Diffstat (limited to 'math/R-cran-sm/Makefile')
-rw-r--r--math/R-cran-sm/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/R-cran-sm/Makefile b/math/R-cran-sm/Makefile
new file mode 100644
index 000000000000..fdee06807092
--- /dev/null
+++ b/math/R-cran-sm/Makefile
@@ -0,0 +1,20 @@
+# 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>