16 lines
303 B
Makefile
16 lines
303 B
Makefile
PORTNAME= numDeriv
|
|
DISTVERSION= 2016.8-1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Accurate Numerical Derivatives
|
|
WWW= https://cran.r-project.org/web/packages/numDeriv/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|