aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-acepack/Makefile
blob: 481991fa69b2a5ca3462e65650fbfc3ff917fd9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Devin Teske <dteske@FreeBSD.org>

PORTNAME=	acepack
PORTVERSION=	1.4.1
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	dteske@FreeBSD.org
COMMENT=	ACE and AVAS for selecting multiple regression transformations

LICENSE=	MIT

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>