freebsd-ports/science/R-cran-snow/Makefile

18 lines
328 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= snow
2013-03-27 21:52:59 +01:00
DISTVERSION= 0.3-12
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
NO_STAGE= yes
.include <bsd.port.mk>