1b81841d48
adjust dependent ports Reviewed by: pfg, thierry, tota
18 lines
314 B
Makefile
18 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= glmnet
|
|
DISTVERSION= 1.8-5
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Lasso and elastic-net regularized generalized linear models
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|