mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
15 lines
319 B
Makefile
15 lines
319 B
Makefile
PORTNAME= VGAM
|
|
DISTVERSION= 1.1-11
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Vector Generalized Linear and Additive Models
|
|
WWW= https://www.stat.auckland.ac.nz/~yee/VGAM
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|