summaryrefslogtreecommitdiff
path: root/science/R-cran-fastICA/Makefile
blob: f70647da0c795b2b7002005a52d0f786f307bad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$

PORTNAME=	fastICA
DISTVERSION=	1.2-1
PORTREVISION=	3
CATEGORIES=	science math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	dbn@FreeBSD.org
COMMENT=	FastICA Algorithms to Perform ICA and Projection Pursuit

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>