blob: 53e053ba677b155e217f406a6d0c0e9ca46d92af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= glmnet
DISTVERSION= 1.8-5
PORTREVISION= 5
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Lasso and elastic-net regularized generalized linear models
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>
|