16 lines
338 B
Makefile
16 lines
338 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
|
|
PORTNAME= fastICA
|
|
DISTVERSION= 1.2-3
|
|
CATEGORIES= science math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@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>
|