mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# Created by: Devin Teske <dteske@FreeBSD.org>
|
|
|
|
PORTNAME= alabama
|
|
DISTVERSION= 2015.3-1
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dteske@FreeBSD.org
|
|
COMMENT= Constrained Nonlinear Optimization
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
CRAN_DEPENDS= R-cran-numDeriv>0:math/R-cran-numDeriv
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|