blob: 8eba8628fc278b8aeace228aa0270273fb96b838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|