aboutsummaryrefslogtreecommitdiffstats
path: root/science/R-cran-snow/Makefile
blob: b63d70022eaeac7c5de7cb284ae3e2e05460b32e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    R-cran-snow
# Date created:     2011-08-16
# Whom:         TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   snow
DISTVERSION=    0.3-10
CATEGORIES= science
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Support for simple parallel computing in R

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>