20 lines
390 B
Makefile
20 lines
390 B
Makefile
# 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-8
|
|
PORTREVISION= 1
|
|
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>
|