mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
5d57d97db9
dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# New ports collection makefile for: sm
|
|
# Date created: 2009-03-19
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sm
|
|
DISTVERSION= 2.2-4.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Smoothing methods for nonparametric regression and density estimation
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|