diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-01-31 13:14:19 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-01-31 13:14:19 +0000 |
commit | 1d6516ce7c227fc100670db6778b7bc52727e435 (patch) | |
tree | 1786e1486f3dabbe3508c571ddc11c981c342390 /science/R-cran-snow/Makefile | |
parent | 2adb20ceca48b2e681efc9791ca7c76438b6bd43 (diff) |
Notes
Diffstat (limited to 'science/R-cran-snow/Makefile')
-rw-r--r-- | science/R-cran-snow/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/science/R-cran-snow/Makefile b/science/R-cran-snow/Makefile new file mode 100644 index 000000000000..74601cb15352 --- /dev/null +++ b/science/R-cran-snow/Makefile @@ -0,0 +1,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-8 +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> |