a850098cd5
to the R users. It has grown and I think it can be of interest for the users wanting to implement their own training algorithms as well as for those others whose needs lye only in the "user space". WWW: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# New ports collection makefile for: R-cran-AMORE
|
|
# Date created: March 07, 2011
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= AMORE
|
|
PORTVERSION= 0.2.12
|
|
CATEGORIES= science
|
|
PKGNAMEPREFIX= R-cran-
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A MORE flexible neural network package
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|