1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/R-cran-glmnet/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
284 B
Makefile

PORTNAME= glmnet
DISTVERSION= 1.8-5
PORTREVISION= 11
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Lasso and elastic-net regularized generalized linear models
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>