freebsd-ports/science/R-cran-snow/Makefile
2021-10-28 10:20:03 +00:00

15 lines
288 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= snow
DISTVERSION= 0.4-4
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>