aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-VGAM/Makefile
blob: 690ed3fbec7f515f64c327a6252e6174d3a8f267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	VGAM
DISTVERSION=	1.0-6
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Vector Generalized Linear and Additive Models

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>