mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nloptr
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= R interface to NLopt
|
|
|
|
LICENSE= LGPL3
|
|
|
|
LIB_DEPENDS= libnlopt.so:math/nlopt
|
|
|
|
USES= cran:auto-plist,compiles pkgconfig
|
|
|
|
.include <bsd.port.mk>
|