freebsd-ports/devel/R-cran-glmnet/Makefile
Brendan Fabeny 1b81841d48 Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
2013-11-13 08:19:34 +00:00

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>