blob: b3972990115fa99e01c0f829d98b049f50d45e29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= snow
DISTVERSION= 0.4-3
PORTREVISION= 3
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Support for simple parallel computing in R
LICENSE= GPLv2+
USES= cran:auto-plist
.include <bsd.port.mk>
|