aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-rgenoud/Makefile
blob: 7b4e7b28439439c6c9e43d2a06a8191b8396c97d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen Heping <wen@FreeBSD.org>

PORTNAME=	rgenoud
DISTVERSION=	5.8-3.0
PORTREVISION=	2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	R Version of GENetic Optimization Using Derivatives

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>