15 lines
294 B
Makefile
15 lines
294 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= DEoptimR
|
|
DISTVERSION= 1.0-11
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Differential Evolution Optimization in Pure R
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|