freebsd-ports/math/R-cran-SQUAREM/Makefile
2023-04-23 09:09:58 +00:00

15 lines
333 B
Makefile

PORTNAME= SQUAREM
DISTVERSION= 2021.1
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Squared Extrapolation Methods for Accelerating EM-Like Algorithms
WWW= https://cran.r-project.org/web/packages/SQUAREM/
LICENSE= GPLv2+
USES= cran:auto-plist
.include <bsd.port.mk>