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

17 lines
304 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= snow
2018-09-18 08:51:54 +02:00
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>